diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index 68669115e..984472e86 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -103,6 +103,7 @@ jobs: env: NEXT_VERSION: ${{ needs.release.outputs.version }} DEPLOY_LATEST: ${{ github.ref_name == 'main' }} + DEPLOY_BETA: ${{ github.ref_name == 'beta' }} PUSH_IMAGE: ${{ github.event_name != 'workflow_dispatch' || github.events.inputs.push-image == 'true' }} steps: - uses: actions/checkout@v4 @@ -130,6 +131,7 @@ jobs: images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}" tags: | ${{ env.DEPLOY_LATEST == true && 'type=raw,value=latest' || null }} + ${{ env.DEPLOY_BETA == true && 'type=raw,value=beta' || null }} type=raw,value=${{ env.NEXT_VERSION }} - name: Build and maybe push id: buildPushAction @@ -148,4 +150,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@master with: - args: "Deployment of image has completed. Image ID is '${{ steps.buildPushAction.outputs.imageid }}'. ${{ env.PUSH_IMAGE == true && '' || 'This was a dry run' }}" + args: "Deployment of image has completed for branch ${{ github.ref_name }}. Image ID is '${{ steps.buildPushAction.outputs.imageid }}'. ${{ env.PUSH_IMAGE == true && '' || 'This was a dry run' }}" diff --git a/package.json b/package.json index fa3bd9f38..ee23d2970 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", - "@semantic-release/release-notes-generator": "^14.0.1", + "@semantic-release/release-notes-generator": "^14.0.2", "@turbo/gen": "^2.3.3", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^2.1.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d260927f..c364c6ddb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,7 +32,7 @@ importers: specifier: ^12.0.1 version: 12.0.1(semantic-release@24.2.0(typescript@5.7.2)) '@semantic-release/release-notes-generator': - specifier: ^14.0.1 + specifier: ^14.0.2 version: 14.0.2(semantic-release@24.2.0(typescript@5.7.2)) '@turbo/gen': specifier: ^2.3.3