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 2cb3aad commit 52788a4Copy full SHA for 52788a4
.github/workflows/build.yaml
@@ -58,7 +58,7 @@ jobs:
58
AZURE_DOCKER_HOST_IP: ${{ vars.AZURE_DOCKER_HOST_IP }}
59
60
# tag to deploy
61
- WS_DOCKER_TAG: ${{ env.CODE_VERSION }}
+ WS_DOCKER_TAG: ${{ github.sha }}
62
63
# passwords
64
WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
0 commit comments