Skip to content

Commit 5995988

Browse files
committed
Fixed arg output
Signed-off-by: Moritz Friedrich <moritz@matchory.com>
1 parent 9cbbded commit 5995988

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,13 @@ jobs:
198198
uses: docker/build-push-action@v6
199199
with:
200200
context: .
201-
build-args: |
202-
DOCKER_METADATA_OUTPUT_JSON
203201
file: ./${{ matrix.dockerfile }}
204202
target: ${{ matrix.stage }}
205203
platforms: linux/amd64,linux/arm64,linux/arm/v7
206204
push: true
205+
tags: ${{ steps.meta.outputs.tags }}
206+
labels: ${{ steps.meta.outputs.labels }}
207+
annotations: ${{ steps.meta.outputs.annotations }}
207208
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:${{ env.VERSION }}
208209
cache-to: type=inline
209210
provenance: true

0 commit comments

Comments
 (0)