From 71c15d2b0f36227d086be7af8857ed0020adfe3e Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 9 Aug 2024 20:02:42 +0200 Subject: [PATCH] fix push action --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0572bf1..ee3e4f8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,7 +70,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@6 + uses: docker/build-push-action@v6 with: context: "{{defaultContext}}:container" platforms: linux/amd64,linux/arm64