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 0cfe8d5 commit a79fb87Copy full SHA for a79fb87
.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