Skip to content

Commit

Permalink
ci: Use postfix sanbox-build for sandbox versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Mar 29, 2024
1 parent 2476f2c commit 5a85f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "image_tags=ghcr.io/${{ github.repository }}:$next,ghcr.io/${{ github.repository }}:latest" >> $GITHUB_OUTPUT
echo "::notice::Release $next created using branch $GITHUB_REF_NAME"
else
PKG_VERSION=v1.0.0-dev.$GITHUB_RUN_NUMBER
PKG_VERSION=v1.0.0-sandbox-build.$GITHUB_RUN_NUMBER
echo "Using TEST mode: $PKG_VERSION"
echo "pkg_version=$PKG_VERSION" >> $GITHUB_OUTPUT
echo "image_tags=ghcr.io/${{ github.repository }}:$PKG_VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5a85f8e

Please sign in to comment.