Skip to content

Commit

Permalink
fix: use correct pull syntax on workflow (PROJQUAY-2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianmissi authored Oct 5, 2021
1 parent a0faf63 commit 792127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Get bundle image digest
id: bundle-image
run: |
docker pull ${{ env.BUNDLE }}:${{ env.TAG }})
docker pull ${{ env.BUNDLE }}:${{ env.TAG }}
echo "::set-output name=digest::$(docker inspect --format='{{index .RepoDigests 0}}' ${{ env.BUNDLE }}:${{ env.TAG }})"
- name: Publish Catalog Index
Expand Down

0 comments on commit 792127b

Please sign in to comment.