Browse Source

fix: correct main tag

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 3 years ago
parent
commit
20dd7f2416
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -99,7 +99,7 @@ jobs:
         if: env.IS_FORK == 'false'
         shell: bash
         env:
-          VERSION: ${{ steps.container_info.outputs.image-tag }}
+          IMAGE_TAG: ${{ steps.container_info.outputs.image-tag }}${{ inputs.tag-suffix }}
           BUILD_ARGS: >-
             --push
             --platform linux/amd64,linux/arm64
@@ -109,7 +109,7 @@ jobs:
         if: env.IS_FORK == 'true'
         shell: bash
         env:
-          VERSION: ${{ steps.container_info.outputs.image-tag }}
+          IMAGE_TAG: ${{ steps.container_info.outputs.image-tag }}${{ inputs.tag-suffix }}
           BUILD_ARGS: --load
         run: make docker.build