diff options
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r-- | .github/workflows/push.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 30edefa..15b1909 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml | |||
@@ -12,7 +12,7 @@ jobs: | |||
12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
13 | steps: | 13 | steps: |
14 | - name: Run sccache-cache | 14 | - name: Run sccache-cache |
15 | uses: mozilla-actions/[email protected].3 | 15 | uses: mozilla-actions/[email protected].4 |
16 | 16 | ||
17 | - uses: actions/checkout@v4 | 17 | - uses: actions/checkout@v4 |
18 | 18 | ||
@@ -20,8 +20,12 @@ jobs: | |||
20 | - run: cargo clippy --release | 20 | - run: cargo clippy --release |
21 | 21 | ||
22 | docker: | 22 | docker: |
23 | needs: test | ||
23 | runs-on: ubuntu-latest | 24 | runs-on: ubuntu-latest |
24 | steps: | 25 | steps: |
26 | - name: Run sccache-cache | ||
27 | uses: mozilla-actions/[email protected] | ||
28 | |||
25 | - name: Checkout | 29 | - name: Checkout |
26 | uses: actions/checkout@v4 | 30 | uses: actions/checkout@v4 |
27 | - name: Docker meta | 31 | - name: Docker meta |