update
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s
Details
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s
Details
This commit is contained in:
parent
ee051461e2
commit
6c734a14fc
|
@ -39,7 +39,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/dockerfile/hello-world/Dockerfile
|
file: Dockerfile
|
||||||
push: ${{ github.ref_type == 'tag' }}
|
push: ${{ github.ref_type == 'tag' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in New Issue