Skip to content

Commit d18320b

Browse files
authored
Fix must gather publish image (#1222)
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
1 parent 045a8e1 commit d18320b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-publish-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
if: ${{ inputs.publish_bundle }}
7878
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 #v6.17.0
7979
with:
80-
context: ./cmd/gather
81-
file: ./Dockerfile
80+
context: .
81+
file: ./cmd/gather/Dockerfile
8282
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
8383
push: ${{ inputs.push }}
8484
tags: ${{ github.repository }}/must-gather:${{ inputs.version_tag }}

0 commit comments

Comments
 (0)