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 ccb4ec8 commit 204e3dcCopy full SHA for 204e3dc
.github/workflows/build.yml
@@ -46,6 +46,8 @@ jobs:
46
docker pull ghcr.io/techsoft3d/node-server:latest
47
docker pull ghcr.io/techsoft3d/proxy-server:latest
48
49
+ - name: Remove unused Docker images
50
+ run: docker image prune -af
51
- name: Copy `./public` into External Docker Volume (Using Temporary Container)
52
run: |
53
docker run --rm \
@@ -107,6 +109,8 @@ jobs:
107
109
108
110
111
112
113
114
115
116
0 commit comments