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 05d0e72 commit c021553Copy full SHA for c021553
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
repository: TaskarCenterAtUW/workspaces-frontend
37
path: frontend
38
ref: refs/tags/${{github.event.inputs.env}}
39
- - run: cd frontend; FRONTEND_VERSION=`/usr/bin/git log -1 --format='%H'` >> "$GITHUB_ENV"
+ - run: cd frontend; FRONTEND_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
40
41
42
- uses: docker/login-action@v3
@@ -64,7 +64,7 @@ jobs:
64
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
65
env:
66
ENV: ${{ vars.ENV }}
67
- CODE_VERSION: "Frontend: ${{ env.FRONTEND_VERSION }}"
+ CODE_VERSION: "${{ env.FRONTEND_VERSION }}"
68
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
69
70
# hosts
0 commit comments