Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f0e01bb

Browse files
authored
Merge pull request #94 from gianarb/feature/fix-echo-message
fix a missing echo command
2 parents 4e05a16 + 6fca694 commit f0e01bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: check for docker image on hub
2626
run: docker buildx imagetools inspect ${IMAGENAME}:${COMMIT}
2727
- name: report
28-
run: ready for release; the docker image ${IMAGENAME}:${COMMIT} is available
28+
run: echo "ready for release; the docker image ${IMAGENAME}:${COMMIT} is available"
2929

3030
release:
3131
name: Upload Release Asset

0 commit comments

Comments
 (0)