Skip to content

Commit 5c25b6f

Browse files
committed
Remove cache from build steps, as they already use FROM
dendrite:buildcache [skip ci]
1 parent 0fc0b80 commit 5c25b6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
id: docker_build_monolith_release
8282
uses: docker/build-push-action@v3
8383
with:
84-
cache-from: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache
8584
context: .
8685
platforms: ${{ env.PLATFORMS }}
8786
push: true
@@ -138,7 +137,6 @@ jobs:
138137
id: docker_build_demo_pinecone
139138
uses: docker/build-push-action@v3
140139
with:
141-
cache-from: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache
142140
context: .
143141
file: ./build/docker/Dockerfile.demo-pinecone
144142
platforms: ${{ env.PLATFORMS }}
@@ -152,7 +150,6 @@ jobs:
152150
id: docker_build_demo_pinecone_release
153151
uses: docker/build-push-action@v3
154152
with:
155-
cache-from: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache
156153
context: .
157154
file: ./build/docker/Dockerfile.demo-pinecone
158155
platforms: ${{ env.PLATFORMS }}
@@ -198,7 +195,6 @@ jobs:
198195
id: docker_build_demo_yggdrasil
199196
uses: docker/build-push-action@v3
200197
with:
201-
cache-from: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache
202198
context: .
203199
file: ./build/docker/Dockerfile.demo-yggdrasil
204200
platforms: ${{ env.PLATFORMS }}
@@ -212,7 +208,6 @@ jobs:
212208
id: docker_build_demo_yggdrasil_release
213209
uses: docker/build-push-action@v3
214210
with:
215-
cache-from: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache
216211
context: .
217212
file: ./build/docker/Dockerfile.demo-yggdrasil
218213
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)