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:
runs-on: ubuntu-latest
steps:
- name: Set rust version
run: |
source ci/rust-version.sh
- name: Checkout
uses: actions/checkout@v2
with:
@ -37,8 +41,6 @@ jobs:
# Build and push the image
- name: Build and Push Image
uses: docker/build-push-action@v2
run: |
source ci/rust-version.sh
with:
context: .
build-args: |