Skip to content

Commit b4a1eb5

Browse files
authored
[chore] Fix tag for E2E Golang application (#2157)
* 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>
1 parent 0ca7cd3 commit b4a1eb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-autoinstrumentation-e2e-images.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
id: meta
2929
uses: docker/metadata-action@v5
3030
with:
31-
images: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang
31+
images: |
32+
ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-golang
33+
tags: |
34+
type=ref,event=branch
3235
3336
- name: Set up QEMU
3437
uses: docker/setup-qemu-action@v3
@@ -54,6 +57,7 @@ jobs:
5457
- name: Build and push
5558
uses: docker/build-push-action@v5
5659
with:
60+
tags: ${{ steps.meta.outputs.tags }}
5761
context: tests/instrumentation-e2e-apps/golang
5862
platforms: linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
5963
push: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)