Skip to content

Commit

Permalink
[chore] Fix the CI after creating the image with the test utils (#612)
Browse files Browse the repository at this point in the history
* Replace the curl-jq image by one hosted in this repository

Signed-off-by: Israel Blancas <[email protected]>

* Just publish the image

Signed-off-by: Israel Blancas <[email protected]>

* Fix build

Signed-off-by: Israel Blancas <[email protected]>

* Test build

Signed-off-by: Israel Blancas <[email protected]>

---------

Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa authored Sep 14, 2023
1 parent 009453d commit e9922ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-test-utils-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/grafana/tempo-operator/test-utils:e2e
tags: |
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
images: ghcr.io/grafana/tempo-operator/test-utils

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

0 comments on commit e9922ec

Please sign in to comment.