diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4f60a09..dcc64447 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . # temporarly removing arm platform until we resolve the ca-certificates issue