diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82f1680..9ba53bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: # Push `latest` when commiting to main - name: Build and push if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm64 context: . @@ -186,7 +186,7 @@ jobs: # Push `{VERSION}` when pushing a new tag - name: Build and push if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm64 context: .