Skip to content

Commit e588338

Browse files
authored
Merge pull request #36 from crim-ca/fix-release-ci
2 parents aabff79 + 481c99a commit e588338

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,10 @@ jobs:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
41-
# - name: Build and push image using tag
42-
# uses: docker/build-push-action@v3
43-
# with:
44-
# context: .
45-
# push: true
46-
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.TAG_VERSION }}
4741
- name: Build and push image using branch name
4842
uses: docker/build-push-action@v3
4943
with:
5044
context: .
5145
file: docker/Dockerfile
5246
push: true
53-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.extract_branch.outputs.branch }}
47+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.TAG_VERSION }}

0 commit comments

Comments
 (0)