Skip to content

Commit 7d48a3a

Browse files
committed
New version
1 parent b743d20 commit 7d48a3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

INTERNAL.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
reason="New version"
55
git add -A .
66
git commit -m "${reason}"
7+
8+
# Delete tag if needed
9+
# git tag -d v1
10+
# git push --delete origin v1
11+
712
git tag -a v1 -m "${reason}"
813
git push --follow-tags
914
```

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
docker context rm -f ${{ inputs.endpoint }} 2> /dev/null || true
5151
docker context create ${{ inputs.endpoint }} \
5252
--description "${{ inputs.endpoint }}" \
53-
--docker "host=tcp://${{ inputs.endpoint }}:2376,ca=ca.pem,cert=cert.pem,key=key.pem")
53+
--docker "host=tcp://${{ inputs.endpoint }}:2376,ca=ca.pem,cert=cert.pem,key=key.pem"
5454
docker context use ${{ inputs.endpoint }}
5555
5656
- name: Configure GIT

0 commit comments

Comments
 (0)