Skip to content

Commit

Permalink
Check response
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Nov 27, 2023
1 parent 403d4de commit eccccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
export GHCR_TOKEN=$(echo ${{ secrets.GITHUB_TOKEN }} | base64)
export TAG=$BASE_TAG$(cat VERSION)
curl -H "Authorization: Bearer ${GHCR_TOKEN}" https://ghcr.io/v2/kam193/${{ matrix.service }}/manifests/$TAG
curl -s -H "Authorization: Bearer ${GHCR_TOKEN}" https://ghcr.io/v2/kam193/${{ matrix.service }}/manifests/$TAG | grep "manifest unknown"
- name: Push container
if: steps.check-version-changed.outputs.exit-code != 0
run: |
Expand Down

0 comments on commit eccccf6

Please sign in to comment.