From 1f9fba58868e1a57a944a921fb0440ab8f77e732 Mon Sep 17 00:00:00 2001 From: Nicolas Trimborn Date: Wed, 19 Jul 2023 18:57:59 +0200 Subject: [PATCH] update deploy --- .github/workflows/deploy-hello-world.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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