Skip to content

Commit a03e581

Browse files
committed
[fix] Ensure 1.65 for cargo login
1 parent f64a158 commit a03e581

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-push-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
image_name: ${{ inputs.image }}
8282
version: ${{ steps.read_version.outputs.value }}
8383

84+
- uses: dtolnay/rust-toolchain@master
85+
if: ${{ fromJSON(steps.check_version_exists.outputs.exists) == false }}
86+
with:
87+
toolchain: 1.65
88+
8489
- uses: ForesightMiningSoftwareCorporation/github/.github/actions/login-private-registry@v1.0.0
8590
if: ${{ fromJSON(steps.check_version_exists.outputs.exists) == false }}
8691
with:

0 commit comments

Comments
 (0)