We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec297c2 commit 15a5593Copy full SHA for 15a5593
1 file changed
.github/workflows/deploy-docker.yml
@@ -25,7 +25,8 @@ jobs:
25
git checkout main
26
git pull origin
27
TAG_NO_V=${GIT_TAG#v}
28
+ export TAG_NO_V
29
echo "Deploying version: $TAG_NO_V"
30
git checkout $GIT_TAG || true
31
docker compose pull
- TAG_NO_V=$TAG_NO_V docker compose up -d
32
+ docker compose up -d
0 commit comments