We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a404ac commit 14cebcfCopy full SHA for 14cebcf
.github/workflows/container-build.yml
@@ -94,6 +94,7 @@ jobs:
94
context: .
95
file: .devcontainer/Dockerfile
96
platforms: linux/amd64
97
+ pull: true
98
push: true
99
tags: ${{ steps.meta_public.outputs.tags }}
100
labels: ${{ steps.meta_public.outputs.labels }}
@@ -162,6 +163,7 @@ jobs:
162
163
164
165
platforms: linux/arm64
166
167
168
169
0 commit comments