We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01844f5 commit 285421cCopy full SHA for 285421c
1 file changed
.github/workflows/wf-docker-build.yaml
@@ -73,5 +73,5 @@ jobs:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
TAGS: ${{ needs.build_and_push.outputs.tags }}
75
run: |
76
- TAG="$(echo $TAGS | grep sha-)"
+ TAG="$(echo $TAGS | grep 'sha-')"
77
gh workflow run --repo ictsc/ictsc-regalia-release update-image.yaml -f "tag=$TAG"
0 commit comments