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:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
push: ${{ github.ref_type == 'tag' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
push: true
|
||||
tags: nick/dockerbuild_hello_world:latest
|
Loading…
Reference in New Issue