Skip to content

Commit

Permalink
Fix the tags
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa committed Sep 14, 2023
1 parent 58e9119 commit 13f522c
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/open-telemetry/opentelemetry-operator/dotnet-test:e2e
tags: |
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
images: ghcr.io/open-telemetry/opentelemetry-operator/dotnet-test
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand All @@ -57,8 +55,5 @@ jobs:
context: tests/instrumentation-e2e-apps/dotnet
platforms: linux/arm64,linux/amd64
push: ${{ github.event_name == 'push' }}
build-args: version=${{ env.VERSION }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 13f522c

Please sign in to comment.