We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1933099 commit 8fa69bfCopy full SHA for 8fa69bf
.github/workflows/build.yaml
@@ -42,11 +42,6 @@ jobs:
42
key: ${{ runner.os }}-buildx-${{ github.sha }}
43
restore-keys: |
44
${{ runner.os }}-buildx-
45
-
46
- - name: Move new cache
47
- run: |
48
- rm -rf /tmp/.buildkit-cache
49
- mv /tmp/.buildkit-cache-new /tmp/.buildkit-cache
50
51
- name: Build and push
52
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}
@@ -64,6 +59,11 @@ jobs:
64
59
WS_TASKS_DB_PASS: ${{ secrets.WS_TASKS_DB_PASS }}
65
60
WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
66
61
62
+ - name: Move new cache
63
+ run: |
+ rm -rf /tmp/.buildkit-cache
+ mv /tmp/.buildkit-cache-new /tmp/.buildkit-cache
+
67
- name: Deploy
68
env:
69
ENV: ${{ vars.ENV }}
0 commit comments