Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 21, 2024
1 parent 3f8cf4e commit d8d4c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/services-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Check image tag exists
run: |
TOKEN=$(echo ${{ secrets.GITHUB_TOKEN }} | base64)
curl --head --fail -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/blockscout/visualizer/manifests/v0.2.0
curl -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/blockscout/visualizer/tags/list
curl --head --fail -H "Authorization: Bearer ${TOKEN}" https://ghcr.io/v2/blockscout/visualizer/manifests/latest
# - name: Extract metadata for Docker
# id: meta
Expand Down

0 comments on commit d8d4c47

Please sign in to comment.