update deploy
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
b6cfe02367
commit
1f9fba5886
|
@ -40,6 +40,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: ${{ github.ref_type == 'tag' }}
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: nick/dockerbuild_hello_world:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
Loading…
Reference in New Issue