mvoe set version

This commit is contained in:
GroovieGermanikus 2023-09-06 19:43:41 +02:00
parent d095dc5050
commit be7ecd77dd
1 changed files with 4 additions and 2 deletions

View File

@ -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: |