Update master_push.yml
This commit is contained in:
4
.github/workflows/master_push.yml
vendored
4
.github/workflows/master_push.yml
vendored
@@ -46,10 +46,8 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ matrix.app }}
|
images: ghcr.io/${{ matrix.app }}
|
||||||
- name: test
|
|
||||||
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:
|
||||||
file: ${{ github.workspace }}/${{ matrix.app }}/Dockerfile
|
file: ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
|
|||||||
Reference in New Issue
Block a user