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 a587d2b commit 3a374daCopy full SHA for 3a374da
.github/workflows/pr_cockpit.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Update Version
120
run: |
121
- cargo install cargo-edit --version 0.11.11
+ cargo install cargo-edit --version 0.11.11 --locked
122
cargo set-version --offline --package stackable-cockpit 0.0.0-pr${{ github.event.pull_request.number }}
123
124
# Recreate charts and publish charts and docker image. The "-e" is needed as we want to override the
0 commit comments