diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 1432bf9..ee22e38 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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: |