Skip to content

Commit

Permalink
Remove validation
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhil committed Dec 6, 2024
1 parent f41aa53 commit 348289e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
packages: write

steps:
- name: Validate image
run: |
IMAGE="${{ github.event.inputs.image_name }}"
if [[ "$IMAGE" == *.* ]]; then
echo "Image name contains a domain, exiting. Only short dockerhub image names are allowed"
exit 1
fi
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 348289e

Please sign in to comment.