Skip to content

Commit

Permalink
[chore] Fix tag for E2E Golang application (#2157)
Browse files Browse the repository at this point in the history
* Fix tag for E2E Golang application

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Fix tag

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Fix tag

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

---------

Signed-off-by: Israel Blancas <iblancasa@gmail.com>
  • Loading branch information
iblancasa authored Sep 29, 2023
1 parent 0ca7cd3 commit b4a1eb5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang
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 @@ -54,6 +57,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
tags: ${{ steps.meta.outputs.tags }}
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 b4a1eb5

Please sign in to comment.