Update master_push.yml

This commit is contained in:
2024-09-24 00:15:00 +02:00
committed by GitHub
Unverified
parent 09aa9299c1
commit 70a7c70ddc

View File

@@ -47,7 +47,7 @@ jobs:
with:
images: ghcr.io/${{ matrix.app }}
- name: test
run: ls ${{ github.workspace }}
run: ls ${{ github.workspace }}/${{ matrix.app }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with: