Skip to content

Commit

Permalink
print context var
Browse files Browse the repository at this point in the history
  • Loading branch information
snakevash authored Nov 13, 2024
1 parent 64ffe96 commit 0e541da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "Commit ID: ${{ github.sha }}"
echo "IMAGEHASH=${{ github.sha }}"
echo "UPDATECMD=curl -X PUT -H \"content-type: application/json\" -H \"Cookie: KuboardUsername=admin; KuboardAccessKey=pwmfkfbbrxr4.mesxici5nbnfamxkjfe43kn33shba8nj\" -d "{\"kind\":\"deployments\",\"namespace\":\"dify\",\"name\":\"dify-api\",\"images\":{\"langgenius/dify-api\":\"langgenius/dify-api:{0}\"}}" \"https://plugin-kuboard.dify.dev/kuboard-api/cluster/dify-plugin-1/kind/CICDApi/admin/resource/updateImageTag\""
echo ${{ format($UPDATECMD,$IMAGEHASH) }}
echo ${{ format(${UPDATECMD},${IMAGEHASH}) }}
- name: Prepare
run: |
Expand Down

0 comments on commit 0e541da

Please sign in to comment.