From fd18c412ef4d4036044c4ea506c5b41ab12205fa Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 9 Oct 2022 20:40:48 -0400 Subject: [PATCH] ci: Bump docker/build-push-action to v3 and add "stable" tag --- .github/workflows/publish-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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