Skip to content

Commit 4752804

Browse files
authored
Merge pull request #33 from truefoundry/build-v0.1.0
Update build workflow to v0.1.0
2 parents 771f3ee + 20514e9 commit 4752804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: Build and Push Operator Docker Images
4444
if: needs.get_changed_files.outputs.operator_changed == 'true'
4545
needs: get_changed_files
46-
uses: truefoundry/workflows/.github/workflows/build.yml@main
46+
uses: truefoundry/workflows/.github/workflows/build.yml@v0.1.0
4747
with:
4848
image_tag: ${{ github.sha }}
4949
image_artifact_name: 'elasti-operator'

0 commit comments

Comments
 (0)