Skip to content

Commit 01557ae

Browse files
committed
fix(ci/github/agent): fix bash syntax
1 parent 2b00cfa commit 01557ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agent-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
apt-get update && apt-get install -y make git jq
5454
cd agent
5555
# if this is a tag build, use the tag as the version, otherwise use the sha
56-
TAGS="-t ${REGISTRY@L}/${{env.IMAGE_NAME}}/agent:${{ github.sha }}
56+
TAGS="-t ${REGISTRY@L}/${{env.IMAGE_NAME}}/agent:${{ github.sha }}"
5757
case ${{ github.ref_type }} in
5858
branch)
5959
# The last tag + current git sha

0 commit comments

Comments
 (0)