diff --git a/.github/workflows/deploy-hello-world.yaml b/.github/workflows/deploy-hello-world.yaml index 5a3e685..1db39df 100644 --- a/.github/workflows/deploy-hello-world.yaml +++ b/.github/workflows/deploy-hello-world.yaml @@ -40,6 +40,5 @@ jobs: with: context: . file: Dockerfile - push: ${{ github.ref_type == 'tag' }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + push: true + tags: nick/dockerbuild_hello_world:latest \ No newline at end of file