From ebc7aec361c896726a872a136027551ceae0209b Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi Date: Mon, 7 Nov 2022 11:39:07 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a685e04..ca2e989 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push to GitHub Packages - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: tags: | ghcr.io/${{ github.repository }}:${{ env.BUILD_TAG }}