Update master_push.yml

This commit is contained in:
2024-09-24 01:48:48 +02:00
committed by GitHub
Unverified
parent 6caf73cdcd
commit 7623e3df1b

View File

@@ -60,4 +60,4 @@ jobs:
- name: Build image - name: Build image
run: docker build ${{ github.workspace }} -t ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:latest -f ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile run: docker build ${{ github.workspace }} -t ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:latest -f ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile
- name: Publish image - name: Publish image
run: docker push ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:latest run: docker push ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }} --all-tags