File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Set up Docker Buildx
3636 uses : docker/setup-buildx-action@v3
37-
38- - name : Cache Docker layers
39- uses : actions/cache@v4
40- with :
41- path : /tmp/.buildkit-cache
42- key : ${{ runner.os }}-buildx-${{ github.sha }}
43- restore-keys : |
44- ${{ runner.os }}-buildx-
4537
4638 - name : Build and push
4739 run : docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}
5951 WS_TASKS_DB_PASS : ${{ secrets.WS_TASKS_DB_PASS }}
6052 WS_TASKS_SECRET_KEY : ${{ secrets.WS_TASKS_SECRET_KEY }}
6153
62- - name : Move new cache
63- run : |
64- rm -rf /tmp/.buildkit-cache
65- mv /tmp/.buildkit-cache-new /tmp/.buildkit-cache
66-
6754 - name : Print changelog
6855 run : echo ${{steps.build_changelog.outputs.changelog}}
6956
You can’t perform that action at this time.
0 commit comments