Update master_push.yml
This commit is contained in:
2
.github/workflows/master_push.yml
vendored
2
.github/workflows/master_push.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ matrix.app }}
|
images: ghcr.io/${{ matrix.app }}
|
||||||
- name: test
|
- name: test
|
||||||
run: ls ${{ github.workspace }}
|
run: ls ${{ github.workspace }}/${{ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user