Skip to content

Commit

Permalink
Fix 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 25, 2023
1 parent 5f30573 commit 25fc11a
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand All @@ -54,7 +48,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
tags: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang
tags: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang:latest
context: tests/instrumentation-e2e-apps/golang
platforms: linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
push: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 25fc11a

Please sign in to comment.