Skip to content

Commit 14cebcf

Browse files
committed
fix: enable image pulling in container build workflow
1 parent 7a404ac commit 14cebcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/container-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
context: .
9595
file: .devcontainer/Dockerfile
9696
platforms: linux/amd64
97+
pull: true
9798
push: true
9899
tags: ${{ steps.meta_public.outputs.tags }}
99100
labels: ${{ steps.meta_public.outputs.labels }}
@@ -162,6 +163,7 @@ jobs:
162163
context: .
163164
file: .devcontainer/Dockerfile
164165
platforms: linux/arm64
166+
pull: true
165167
push: true
166168
tags: ${{ steps.meta_public.outputs.tags }}
167169
labels: ${{ steps.meta_public.outputs.labels }}

0 commit comments

Comments
 (0)