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

This commit is contained in:
Nicolas Trimborn 2023-07-19 18:49:01 +02:00
parent ee051461e2
commit 6c734a14fc
1 changed files with 1 additions and 1 deletions

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