We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482ba5b commit 4082b26Copy full SHA for 4082b26
.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@f251e8e8a9b289283be055d65ae4a4ee595f7a14 # v2.7.0
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