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.
2 parents 39305b2 + f801f9e commit c4c8ec9Copy full SHA for c4c8ec9
ci/publish.sh
@@ -28,7 +28,7 @@ REGISTRY_PASSWORD=$(jq -r ".auths[\"$CI_REGISTRY\"].password" "$AUTH_FILE")
28
# Select Docker images to tag.
29
success=true
30
docker_registry="docker://$CI_REGISTRY"
31
-previous_version=$(git describe origin/main^ --tags --abbrev=0)
+previous_version=$(git describe origin/main^ --tags --abbrev=0 --always)
32
ci_file=".github/workflows/build-images.yaml"
33
34
# This extracts the images from the build-images.yaml file and handles cases where the image-tag-suffix is present
0 commit comments