Update .github/workflows/main.yml
This commit is contained in:
parent
6d54bcf15f
commit
95730fd19c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -26,6 +26,9 @@ jobs:
|
|||
username: ${{ env.DOCKER_USERNAME }}
|
||||
password: ${{ env.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Setup docker
|
||||
uses: docker-practice/actions-setup-docker@master
|
||||
|
||||
- name: Install Rust ToolChain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue