Skip to content

Commit 593c1cf

Browse files
author
Luke Hinds
authored
Debug FE version
1 parent 7154d67 commit 593c1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
id: fetch_commit_fe_sha
6868
run: |
6969
echo "LATEST_COMMIT_SHA=$(curl -LSsk 'https://api.github.com/repos/stacklok/codegate-ui/commits?per_page=1' -H 'Authorization: Bearer ${{ secrets.GH_CI_TOKEN }}' | jq -r '.[0].sha')" >> $GITHUB_ENV
70+
echo "Fetched LATEST_COMMIT_SHA: $LATEST_COMMIT_SHA"
7071
- name: Rename to accommodate to image
7172
run: mv ./backup_weaviate ./weaviate_backup
7273
- name: Download git lfs dependencies

0 commit comments

Comments
 (0)