diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11840bc..570f325 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: make test - name: Build AMD64 binary - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 if: github.ref == 'refs/heads/main' with: tags: result:amd64 @@ -56,7 +56,7 @@ jobs: push: false - name: Build ARM v7 binary - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 if: github.ref == 'refs/heads/main' with: tags: result:arm-v7