update deploy
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s
This commit is contained in:
5
.github/workflows/deploy-hello-world.yaml
vendored
5
.github/workflows/deploy-hello-world.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user