oops on the build_name for fedora; trying again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-08 16:46:28 -05:00
parent e10aac9839
commit 448e4ffd69

View File

@ -126,7 +126,7 @@ steps:
BUILD_PREFIX :
from_secret: build_prefix
BUILD_NAME :
from_secret: build_name_centos9
from_secret: build_name_fedora39
commands:
- docker push $REGISTRY/$BUILD_PREFIX/$BUILD_NAME:$CI_COMMIT_BRANCH-$CI_BUILD_NUMBER
@ -137,6 +137,6 @@ steps:
BUILD_PREFIX :
from_secret: build_prefix
BUILD_NAME :
from_secret: build_name_centos9
from_secret: build_name_fedora39
commands:
- docker images | grep "$REGISTRY/$BUILD_PREFIX/$BUILD_NAME"