diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97bf2ca..a9573f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,7 +106,7 @@ jobs: - name: Build and push Docker image if: env.REGISTRY_USERNAME != '' && contains(github.ref, 'refs/heads/master') - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 94fa578..f3e754b 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64