Update master_push.yml

This commit is contained in:
2024-09-24 00:30:33 +02:00
committed by GitHub
Unverified
parent 24343287f4
commit 2ec54d8136

View File

@@ -52,6 +52,7 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ matrix.app }}
@@ -59,4 +60,6 @@ jobs:
uses: docker/build-push-action@v5
with:
file: ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true