Skip to content

Commit 285421c

Browse files
committed
Fix a lint error?
1 parent 01844f5 commit 285421c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wf-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
TAGS: ${{ needs.build_and_push.outputs.tags }}
7575
run: |
76-
TAG="$(echo $TAGS | grep sha-)"
76+
TAG="$(echo $TAGS | grep 'sha-')"
7777
gh workflow run --repo ictsc/ictsc-regalia-release update-image.yaml -f "tag=$TAG"

0 commit comments

Comments
 (0)