We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4ed6c commit e6057f9Copy full SHA for e6057f9
.github/workflows/release.yml
@@ -69,17 +69,14 @@ jobs:
69
70
- name: Build and push the images to Docker Hub
71
uses: docker/bake-action@v5
72
+ env:
73
+ TAG: ${{ env.RELEASE_VERSION }}
74
with:
75
push: true
76
files: ./docker-bake.hcl
77
targets: |
78
regular
79
rtx5090
- set: |
- 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"
83
84
- name: Create GitHub Release
85
uses: softprops/action-gh-release@v1
0 commit comments