Update master_push.yml

This commit is contained in:
2024-09-24 01:43:53 +02:00
committed by GitHub
Unverified
parent 11b1a43095
commit 6caf73cdcd

View File

@@ -58,6 +58,6 @@ jobs:
with:
string: ${{ matrix.app }}
- name: Build image
run: docker build ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }} --tag ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:latest
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
run: docker push ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:latest