Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa committed Sep 29, 2023
1 parent 229eaaf commit e7ea9a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish-autoinstrumentation-e2e-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang
tags: |
type=ref,event=branch
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -48,7 +57,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
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 e7ea9a0

Please sign in to comment.