Skip to content

Commit daa4820

Browse files
authored
Update publish_sdk.yml
1 parent d35f913 commit daa4820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dotnet-version: 3.1.101
1919
- name: 'Load Docker Image'
2020
run: |
21-
TAG="${GITHUB_REF/refs\/tags\//}"
21+
TAG="${GITHUB_REF/refs\/tags\/v/}"
2222
docker pull fossapps/$SERVICE_NAME:$TAG
2323
- name: Spin-up Containers
2424
run: |

0 commit comments

Comments
 (0)