We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa59ade commit 83cc2b0Copy full SHA for 83cc2b0
.github/workflows/release.yaml
@@ -55,12 +55,12 @@ jobs:
55
id: docker_metatdata
56
uses: docker/metadata-action@v3
57
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
+ images: |
+ ghcr.io/${{ github.repository }}/otelcol-custom
+ puckpuck/otelcol-custom
+ tags: |
+ type=raw,value=${{ github.ref_name }}
+ type=raw,value=latest
64
65
# Build and push Docker image with Buildx (don't push on PR)
66
# https://github.com/docker/build-push-action
0 commit comments