Update master_push.yml

This commit is contained in:
2024-09-24 00:53:19 +02:00
committed by GitHub
Unverified
parent 2cc2adea9f
commit df69a6250c

View File

@@ -57,6 +57,7 @@ jobs:
uses: ASzc/change-string-case-action@v1
with:
string: ${{ matrix.app }}
- run: ls ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}
- name: Build image
run: docker build ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile --tag ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:latest
- name: Publish image