Update master_pr.yml
This commit is contained in:
2
.github/workflows/master_pr.yml
vendored
2
.github/workflows/master_pr.yml
vendored
@@ -42,4 +42,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
string: ${{ matrix.app }}
|
string: ${{ matrix.app }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build ${{ github.workspace }} -t ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:build-test -f ${{ github.workspace }}/${{ matrix.app }}/${{ matrix.app }}/Dockerfile
|
run: docker build ${{ github.workspace }} -t ghcr.io/${{github.actor}}/${{ steps.name.outputs.lowercase }}:build-test -f ${{ github.workspace }}/${{ matrix.app }}/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user