From d8d4c47756a0433a47c13ce777d8a72883873723 Mon Sep 17 00:00:00 2001 From: Rim Rakhimov Date: Sun, 21 Jan 2024 23:42:13 +0400 Subject: [PATCH] a --- .github/workflows/services-base.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/services-base.yml b/.github/workflows/services-base.yml index f93914500..8179c1b23 100644 --- a/.github/workflows/services-base.yml +++ b/.github/workflows/services-base.yml @@ -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