This commit is contained in:
parent
1ea9d6afee
commit
30b46bf91d
@ -10,13 +10,20 @@ env:
|
||||
jobs:
|
||||
deploy-main:
|
||||
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'
|
||||
steps:
|
||||
- name: Checkout
|
||||
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
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user