mvoe set version
This commit is contained in:
parent
d095dc5050
commit
be7ecd77dd
|
@ -13,6 +13,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set rust version
|
||||||
|
run: |
|
||||||
|
source ci/rust-version.sh
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -37,8 +41,6 @@ jobs:
|
||||||
# Build and push the image
|
# Build and push the image
|
||||||
- name: Build and Push Image
|
- name: Build and Push Image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
run: |
|
|
||||||
source ci/rust-version.sh
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
Loading…
Reference in New Issue