This commit is contained in:
2
.github/workflows/deploy-hello-world.yaml
vendored
2
.github/workflows/deploy-hello-world.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
file: docker/dockerfile/hello-world/Dockerfile
|
||||
file: Dockerfile
|
||||
push: ${{ github.ref_type == 'tag' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Reference in New Issue
Block a user