Skip to content

Commit 83cc2b0

Browse files
committed
build and push multiplatform
1 parent aa59ade commit 83cc2b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
id: docker_metatdata
5656
uses: docker/metadata-action@v3
5757
with:
58-
images:
59-
- ghcr.io/${{ github.repository }}/otelcol-custom
60-
- puckpuck/otelcol-custom
61-
tags:
62-
- type=raw,value=${{ github.ref_name }}
63-
- type=raw,value=latest
58+
images: |
59+
ghcr.io/${{ github.repository }}/otelcol-custom
60+
puckpuck/otelcol-custom
61+
tags: |
62+
type=raw,value=${{ github.ref_name }}
63+
type=raw,value=latest
6464
6565
# Build and push Docker image with Buildx (don't push on PR)
6666
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)