Skip to content

Commit

Permalink
Merge pull request #100 from ThePorgs/dev
Browse files Browse the repository at this point in the history
Fixing release workflow
  • Loading branch information
ShutdownRepo authored Feb 25, 2023
2 parents 43ab688 + b9a2580 commit 3988c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub_release_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: inspect_manifest
run: |
DIGESTS=$(docker manifest inspect ${{ inputs.PREPROD_MANIFEST_LIST }} | jq -r '.manifests[].digest' | while read digest; do echo ${{ inputs.DOCKER_PREPROD_REPO }}@$digest ; done | tr '\n' ' ')
echo "DIGESTS=$(echo $DIGESTS) >> $GITHUB_OUTPUT
echo "DIGESTS=$(echo $DIGESTS)" >> $GITHUB_OUTPUT
- name: Create manifest
if: success()
run: |
Expand Down

0 comments on commit 3988c4a

Please sign in to comment.