Skip to content

Commit

Permalink
chore(github-workflow): trying different digest
Browse files Browse the repository at this point in the history
  • Loading branch information
guilbep committed Apr 25, 2024
1 parent 37a32d4 commit 9e42a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
-d '{
"event_type": "update-manifest",
"client_payload": {
"digest": "${{ toJson(needs.build-and-push-image.outputs) }}",
"digest": "dev",
"repo_name": "${{ secrets.CD_REPO }}",
"repo_org": "${{ secrets.CD_ORG }}",
"branch": "dev"
Expand Down

0 comments on commit 9e42a21

Please sign in to comment.