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 e7ea9a0 commit a88aa82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Docker meta
id: docker_meta
id: meta
uses: docker/metadata-action@v5
with:
images: |
Expand Down Expand Up @@ -57,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 a88aa82

Please sign in to comment.