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 7154d67 commit 593c1cfCopy full SHA for 593c1cf
.github/workflows/image-publish.yml
@@ -67,6 +67,7 @@ jobs:
67
id: fetch_commit_fe_sha
68
run: |
69
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"
71
- name: Rename to accommodate to image
72
run: mv ./backup_weaviate ./weaviate_backup
73
- name: Download git lfs dependencies
0 commit comments