Update master_push.yml

This commit is contained in:
2024-09-23 23:59:33 +02:00
committed by GitHub
Unverified
parent d814bbce98
commit 13865b4e3f

View File

@@ -42,6 +42,10 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{github.actor}} username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}} password: ${{secrets.GITHUB_TOKEN}}
- name: Extract Docker metadata
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ matrix.app }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: