Skip to content

Commit

Permalink
Fix image prefix for release image (open-telemetry#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Dec 2, 2020
1 parent 5461b76 commit 649eea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
operator-sdk-version: v0.19.0

- name: "generate release resources"
run: make release-artifacts IMG_PREFIX="quay.io/opentelemetry/opentelemetry-operator"
run: make release-artifacts IMG_PREFIX="quay.io/opentelemetry"

- name: "publish the images"
env:
Expand Down

0 comments on commit 649eea5

Please sign in to comment.