update
Some checks failed
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s

This commit is contained in:
2023-07-19 18:49:01 +02:00
parent ee051461e2
commit 6c734a14fc

View File

@@ -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 }}