diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5468ca5..e1c8ca9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Set VERSION run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} platforms: linux/amd64,linux/arm64