Skip to content

Commit

Permalink
fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Sep 4, 2024
1 parent a5892b4 commit d1bc051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
push: true
build-args: |
MASS_VERSION=${{ needs.build-artifact.outputs.version }}
BASE_IMAGE_VERSION=${{ BASE_IMAGE_VERSION_STABLE} }}
BASE_IMAGE_VERSION=${{ env.BASE_IMAGE_VERSION_STABLE }}
- name: Build and Push pre-release
uses: docker/[email protected]
if: ${{ github.event.release.prerelease == true }}
Expand All @@ -142,7 +142,7 @@ jobs:
push: true
build-args: |
MASS_VERSION=${{ needs.build-artifact.outputs.version }}
BASE_IMAGE_VERSION=${{ BASE_IMAGE_VERSION_BETA} }}
BASE_IMAGE_VERSION=${{ env.BASE_IMAGE_VERSION_BETA }}
release-notes-update:
name: Updates the release notes and changelog
Expand Down

0 comments on commit d1bc051

Please sign in to comment.