Skip to content

Commit

Permalink
Fix bug with version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-gladkii committed Mar 22, 2024
1 parent 6767a7f commit 6c577a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
chmod +x ./tools/version.sh
./tools/version.sh "${{ github.sha }}" "${{ env.REGISTRY }}/${{ vars.DOCKER_IMAGE_NAME }}"
echo "APP_VERSION=$(cat "./VERSION_APP")" >> $GITHUB_ENV
echo "APP_VERSION=$(cat "./VERSION")" >> $GITHUB_ENV
echo "DOCKER_IMAGES=$(cat "./DOCKER_IMAGES")" >> $GITHUB_ENV
echo "DOCKER_TAGS=$(cat "./VERSION_DOCKER")" >> $GITHUB_ENV
Expand Down

0 comments on commit 6c577a1

Please sign in to comment.