Skip to content

Commit f736c67

Browse files
committed
fix: fix typo in workflow
Signed-off-by: Vikram Vaswani <2571660+vvaswani@users.noreply.github.com>
1 parent 08e63e6 commit f736c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
3030
- name: Show pushed image name
3131
if: ${{ steps.push_image.outcome == 'success' }}
32-
run: echo "Image available at {REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h"
32+
run: echo "Image available at ${REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h"

0 commit comments

Comments
 (0)