Skip to content

Commit c021553

Browse files
committed
Update build.yaml
1 parent 05d0e72 commit c021553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
repository: TaskarCenterAtUW/workspaces-frontend
3737
path: frontend
3838
ref: refs/tags/${{github.event.inputs.env}}
39-
- run: cd frontend; FRONTEND_VERSION=`/usr/bin/git log -1 --format='%H'` >> "$GITHUB_ENV"
39+
- run: cd frontend; FRONTEND_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
4040

4141

4242
- uses: docker/login-action@v3
@@ -64,7 +64,7 @@ jobs:
6464
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
6565
env:
6666
ENV: ${{ vars.ENV }}
67-
CODE_VERSION: "Frontend: ${{ env.FRONTEND_VERSION }}"
67+
CODE_VERSION: "${{ env.FRONTEND_VERSION }}"
6868
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
6969

7070
# hosts

0 commit comments

Comments
 (0)