Skip to content

Commit

Permalink
build and push multiplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck committed Nov 22, 2024
1 parent aa59ade commit 83cc2b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
id: docker_metatdata
uses: docker/metadata-action@v3
with:
images:
- ghcr.io/${{ github.repository }}/otelcol-custom
- puckpuck/otelcol-custom
tags:
- type=raw,value=${{ github.ref_name }}
- 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
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 83cc2b0

Please sign in to comment.