We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcf718 commit 9884e98Copy full SHA for 9884e98
.github/actions/integration-test-image-build/action.yml
@@ -33,4 +33,4 @@ runs:
33
platforms: linux/amd64,linux/arm64
34
labels: ${{ inputs.labels }}
35
tags: |
36
- "${{ inputs.registry }}/obi-testimg:${{ inputs.tag-id }}-${{ inputs.tag-version }}"
+ "${{ inputs.registry }}/open-telemetry/obi-testimg:${{ inputs.tag-id }}-${{ inputs.tag-version }}"
0 commit comments