Skip to content

Commit e6057f9

Browse files
fix: use RELEASE_VERSION as tag
1 parent 9e4ed6c commit e6057f9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,14 @@ jobs:
6969
7070
- name: Build and push the images to Docker Hub
7171
uses: docker/bake-action@v5
72+
env:
73+
TAG: ${{ env.RELEASE_VERSION }}
7274
with:
7375
push: true
7476
files: ./docker-bake.hcl
7577
targets: |
7678
regular
7779
rtx5090
78-
set: |
79-
regular.tags[0]="${{ env.IMAGE_REF }}:${{ env.RELEASE_VERSION }}"
80-
regular.tags[1]="${{ env.IMAGE_REF }}:latest"
81-
rtx5090.tags[0]="${{ env.IMAGE_REF }}:${{ env.RELEASE_VERSION }}-5090"
82-
rtx5090.tags[1]="${{ env.IMAGE_REF }}:latest-5090"
8380
8481
- name: Create GitHub Release
8582
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)