Add `context: .` to the docker/build-push-action (#4501)

This commit is contained in:
Junya Okabe 2026-05-26 00:57:05 +09:00 committed by GitHub
parent 30879de182
commit 631f39bb2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ jobs:
- name: Build & push controller image
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
build-args: VERSION=${{ inputs.release_tag_name }}