Skip to content

Commit

Permalink
Fix in docker-image-remove.yml (#12399)
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad authored Oct 21, 2024
1 parent 0d3b847 commit 2fbe6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Request to remove erigontech/erigon:${{ inputs.docker_image_tag }} by

env:
DOCKERHUB_REPOSITORY: "erigontech/erigon"
API_URL: "https://hub.docker.com/v2/repositories/erigontech/erigon/tags/"
API_URL: "https://hub.docker.com/v2/repositories/erigontech/erigon/tags"

on:
push:
Expand Down

0 comments on commit 2fbe6be

Please sign in to comment.