From 02879e2645c4297d9e13ad23067fabfdfad96af9 Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 9 Oct 2022 21:33:55 -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 dd072302..d06aa4cb 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -23,10 +23,9 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push docker image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 pull: true push: true - tags: | - ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }} + tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable