We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 771f3ee + 20514e9 commit 4752804Copy full SHA for 4752804
.github/workflows/build-and-push.yaml
@@ -43,7 +43,7 @@ jobs:
43
name: Build and Push Operator Docker Images
44
if: needs.get_changed_files.outputs.operator_changed == 'true'
45
needs: get_changed_files
46
- uses: truefoundry/workflows/.github/workflows/build.yml@main
+ uses: truefoundry/workflows/.github/workflows/build.yml@v0.1.0
47
with:
48
image_tag: ${{ github.sha }}
49
image_artifact_name: 'elasti-operator'
0 commit comments