We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e63e6 commit f736c67Copy full SHA for f736c67
1 file changed
.github/workflows/release.yaml
@@ -29,4 +29,4 @@ jobs:
29
30
- name: Show pushed image name
31
if: ${{ steps.push_image.outcome == 'success' }}
32
- run: echo "Image available at {REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h"
+ run: echo "Image available at ${REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h"
0 commit comments