diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a2143ca..93dad58 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -22,10 +22,9 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push container image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: platforms: linux/amd64 pull: true push: true - tags: | - ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }} + tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable