Skip to content

Commit

Permalink
Fix prepare-release and publish-test-utils-image workflow on forks (#781
Browse files Browse the repository at this point in the history
)

Signed-off-by: Andreas Gerstmayr <[email protected]>
  • Loading branch information
andreasgerstmayr authored Feb 7, 2024
1 parent 59e1ae6 commit 46c037b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: make bundle
env:
OPERATOR_VERSION: ${{inputs.version}}
IMG_PREFIX: ghcr.io/grafana/tempo-operator
IMG_PREFIX: ghcr.io/${{ github.repository }}

- name: Generate CHANGELOG
run: make chlog-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-utils-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/grafana/tempo-operator/test-utils
images: ghcr.io/${{ github.repository }}/test-utils

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

0 comments on commit 46c037b

Please sign in to comment.