Update rustup in release action (#2206)

## Issue Addressed

NA

## Proposed Changes

Ensure the arm64 binary is build with the latest version of Rust.
This commit is contained in:
Paul Hauner 2021-02-17 23:04:09 +00:00
parent f819ba5414
commit 3ffee365e2

View File

@ -30,6 +30,8 @@ jobs:
VERSION: ${{ needs.extract-version.outputs.VERSION }}
steps:
- uses: actions/checkout@v2
- name: Update Rust
run: rustup update stable
- name: Dockerhub login
run: |
echo "${DOCKER_PASSWORD}" | docker login --username ${DOCKER_USERNAME} --password-stdin