We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8aebb commit fd18c41Copy full SHA for fd18c41
.github/workflows/publish-release.yml
@@ -22,10 +22,9 @@ jobs:
22
username: ${{ github.actor }}
23
password: ${{ secrets.GITHUB_TOKEN }}
24
- name: Build and push container image
25
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
26
with:
27
platforms: linux/amd64
28
pull: true
29
push: true
30
- tags: |
31
- ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }}
+ tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable
0 commit comments