We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35f913 commit daa4820Copy full SHA for daa4820
.github/workflows/publish_sdk.yml
@@ -18,7 +18,7 @@ jobs:
18
dotnet-version: 3.1.101
19
- name: 'Load Docker Image'
20
run: |
21
- TAG="${GITHUB_REF/refs\/tags\//}"
+ TAG="${GITHUB_REF/refs\/tags\/v/}"
22
docker pull fossapps/$SERVICE_NAME:$TAG
23
- name: Spin-up Containers
24
0 commit comments