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 5ad7cde commit 37a32d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
contents: read
packages: write
outputs:
output1: ${{ steps.step1.outputs.test }}
output2: ${{ steps.step2.outputs.test }}
output1: ${{ github.sha }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -69,7 +68,7 @@ jobs:
if: ${{ github.ref }} == "refs/heads/dev"
run: |
echo "Deploying to prod" && \
echo "Digest: ${{ toJson(needs.build-and-push-image.outputs) }}" && \
echo "Digest: ${{ toJson(needs.build-and-push-image) }}" && \
curl -X POST \
-H "Authorization: Bearer ${{ secrets.CD_TOKEN }}" \
${{ secrets.CD_URI }} \
Expand Down

0 comments on commit 37a32d4

Please sign in to comment.