We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbbded commit 5995988Copy full SHA for 5995988
1 file changed
.github/workflows/docker.yaml
@@ -198,12 +198,13 @@ jobs:
198
uses: docker/build-push-action@v6
199
with:
200
context: .
201
- build-args: |
202
- DOCKER_METADATA_OUTPUT_JSON
203
file: ./${{ matrix.dockerfile }}
204
target: ${{ matrix.stage }}
205
platforms: linux/amd64,linux/arm64,linux/arm/v7
206
push: true
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
207
+ annotations: ${{ steps.meta.outputs.annotations }}
208
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:${{ env.VERSION }}
209
cache-to: type=inline
210
provenance: true
0 commit comments