diff --git a/.drone.yml b/.drone.yml index 76285a8..ce6410d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"