We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482ba5b commit d59bbb2Copy full SHA for d59bbb2
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
username: ${{ github.actor }}
114
password: ${{ github.token }}
115
- name: Setup Flux CLI
116
- uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4
+ uses: fluxcd/flux2/action@4a15fa6a023259353ef750acf1c98fe88407d4d0 # v2.7.2
117
- name: Generate Installer
118
run: make build-installer IMG=ghcr.io/clevyr/pulsetic-operator:${{ github.ref_name }}@${{ needs.build.outputs.digest }}
119
- name: Publish
0 commit comments