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