parent
ce2293544d
commit
a354603112
1 changed files with 2 additions and 0 deletions
|
|
@ -19,7 +19,9 @@ steps:
|
||||||
from_secret: REGISTRY_TOKEN
|
from_secret: REGISTRY_TOKEN
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
- git describe --tags
|
||||||
- export IMAGE_TAG=$(git describe --tags)
|
- export IMAGE_TAG=$(git describe --tags)
|
||||||
|
- echo $IMAGE_TAG
|
||||||
- export IMAGE_REF="$REGISTRY/$REGISTRY_USER/jdk21-builder:$IMAGE_TAG"
|
- export IMAGE_REF="$REGISTRY/$REGISTRY_USER/jdk21-builder:$IMAGE_TAG"
|
||||||
- echo $REGISTRY_TOKEN | podman login -u $REGISTRY_USER --password-stdin $REGISTRY
|
- echo $REGISTRY_TOKEN | podman login -u $REGISTRY_USER --password-stdin $REGISTRY
|
||||||
- echo Building image $IMAGE_REF
|
- echo Building image $IMAGE_REF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue