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.
oc get imagestream
oc registry info
1 parent de95122 commit 0b56be6Copy full SHA for 0b56be6
.github/workflows/deploy.yml
@@ -78,7 +78,7 @@ jobs:
78
-Drevision="${{ steps.app-version.outputs.value }}" \
79
-Dquarkus.container-image.build=true \
80
-Dquarkus.container-image.push=true \
81
- -Dquarkus.container-image.registry="$(oc registry info)" \
+ -Dquarkus.container-image.registry="$(oc get imagestream -o json | jq -r '.items[0].status.publicDockerImageRepository' | awk -F"[/]" '{print $1}')" \
82
-Dquarkus.container-image.group="$(oc project --short)" \
83
-Dquarkus.container-image.additional-tags=latest
84
0 commit comments