Skip to content

Commit

Permalink
updates image_updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 11, 2024
1 parent 057e189 commit d7c781e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/image_updated/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ runs:
id: check
shell: bash
run: |
echo "Repo: ${{steps.setup.outputs.repo}}"
url="https://registry-1.docker.io/v2/${{steps.setup.outputs.repo}}/manifests/${{steps.setup.outputs.tag}}"
manifest=$(curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" \
-H 'Authorization: Bearer ${{steps.setup.outputs.token}}' \
Expand Down

0 comments on commit d7c781e

Please sign in to comment.