update build-deploy
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled

This commit is contained in:
Farid Siddiqi 2025-12-23 18:15:50 -08:00
parent 47be003f6d
commit bf3f30530b

View File

@ -35,6 +35,7 @@ jobs:
echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "branch=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_OUTPUT echo "branch=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_OUTPUT
echo "date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_OUTPUT echo "date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_OUTPUT
echo "github output is $GITHUB_OUTPUT"
- name: Cache Go modules - name: Cache Go modules
uses: actions/cache@v3 uses: actions/cache@v3