This commit is contained in:
parent
1ea9d6afee
commit
30b46bf91d
@ -10,13 +10,20 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy-main:
|
deploy-main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
|
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240215
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up cargo cache
|
- name: Set up cargo cache laws
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
target/
|
||||||
|
key: laws
|
||||||
|
|
||||||
|
- name: Set up cargo cache rust
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user