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.
1 parent acd6106 commit fe6b42fCopy full SHA for fe6b42f
.github/workflows/release.yml
@@ -57,5 +57,5 @@ jobs:
57
BASE_IMAGE: ${{ steps.get-base-image.outputs.tags }}
58
run: |
59
docker buildx imagetools create \
60
- "$(jq -cr '.tags | map("--tag " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")" \
+ $(jq -cr '.tags | map("--tag " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
61
"$(echo "$BASE_IMAGE" | cut -f1 -d:)"
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 1.7.5 (2025-12-17)
2
+
3
+* Hotfix for release workflow issue
4
5
# 1.7.4 (2025-12-17)
6
7
* AP-494 move to github
0 commit comments