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.
2 parents aabff79 + 481c99a commit e588338Copy full SHA for e588338
.github/workflows/release.yml
@@ -38,16 +38,10 @@ jobs:
38
registry: ${{ env.REGISTRY }}
39
username: ${{ github.actor }}
40
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 }}
47
- name: Build and push image using branch name
48
uses: docker/build-push-action@v3
49
with:
50
context: .
51
file: docker/Dockerfile
52
push: true
53
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.extract_branch.outputs.branch }}
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.TAG_VERSION }}
0 commit comments