Skip to content

Commit fd18c41

Browse files
committed
ci: Bump docker/build-push-action to v3 and add "stable" tag
1 parent 0e8aebb commit fd18c41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Build and push container image
25-
uses: docker/build-push-action@v2
25+
uses: docker/build-push-action@v3
2626
with:
2727
platforms: linux/amd64
2828
pull: true
2929
push: true
30-
tags: |
31-
${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }}
30+
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable

0 commit comments

Comments
 (0)