Update release.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 10:45:46 +0000 (12:45 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 10:45:46 +0000 (12:45 +0200)
.github/workflows/release.yml

index c1166cefb6120877ac35754b5a7d1799265dd85a..5653d2b4439968c5238dc39f9d67b08e7aa1184a 100644 (file)
@@ -128,7 +128,7 @@ jobs:
           push: true
           build-args: |
             MASS_VERSION=${{ needs.build-artifact.outputs.version }}
-            BASE_IMAGE_VERSION=${{ env.BASE_IMAGE_VERSION_STABLE} }}
+            BASE_IMAGE_VERSION=${{ BASE_IMAGE_VERSION_STABLE} }}
       - name: Build and Push pre-release
         uses: docker/build-push-action@v6.7.0
         if: ${{ github.event.release.prerelease == true }}
@@ -142,7 +142,7 @@ jobs:
           push: true
           build-args: |
             MASS_VERSION=${{ needs.build-artifact.outputs.version }}
-            BASE_IMAGE_VERSION=${{ env.BASE_IMAGE_VERSION_BETA} }}
+            BASE_IMAGE_VERSION=${{ BASE_IMAGE_VERSION_BETA} }}
 
   release-notes-update:
     name: Updates the release notes and changelog