Skip to content

Commit 0a3abd8

Browse files
committed
fix(workflows): set build context to . for docker/build-push-action
1 parent 30879de commit 0a3abd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gha-publish-chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: Build & push controller image
104104
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
105105
with:
106+
context: .
106107
file: Dockerfile
107108
platforms: linux/amd64,linux/arm64
108109
build-args: VERSION=${{ inputs.release_tag_name }}

0 commit comments

Comments
 (0)