Skip to content

Commit fe6b42f

Browse files
authored
hotfix for release workflow typo (#9)
1 parent acd6106 commit fe6b42f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
BASE_IMAGE: ${{ steps.get-base-image.outputs.tags }}
5858
run: |
5959
docker buildx imagetools create \
60-
"$(jq -cr '.tags | map("--tag " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")" \
60+
$(jq -cr '.tags | map("--tag " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
6161
"$(echo "$BASE_IMAGE" | cut -f1 -d:)"

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.7.5 (2025-12-17)
2+
3+
* Hotfix for release workflow issue
4+
15
# 1.7.4 (2025-12-17)
26

37
* AP-494 move to github

0 commit comments

Comments
 (0)