We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64a158 commit a03e581Copy full SHA for a03e581
1 file changed
.github/workflows/build-push-docker.yml
@@ -81,6 +81,11 @@ jobs:
81
image_name: ${{ inputs.image }}
82
version: ${{ steps.read_version.outputs.value }}
83
84
+ - uses: dtolnay/rust-toolchain@master
85
+ if: ${{ fromJSON(steps.check_version_exists.outputs.exists) == false }}
86
+ with:
87
+ toolchain: 1.65
88
+
89
- uses: ForesightMiningSoftwareCorporation/github/.github/actions/login-private-registry@v1.0.0
90
if: ${{ fromJSON(steps.check_version_exists.outputs.exists) == false }}
91
with:
0 commit comments