Skip to content

Commit

Permalink
Remove check-new-images-exist check from mirror-images action
Browse files Browse the repository at this point in the history
because the script is only relevant for pr checks.
  • Loading branch information
thardeck committed Jul 11, 2024
1 parent 1d6ed4f commit 09678c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mirror-images-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ jobs:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}

- name: Verify that new images exist
run: ./scripts/check-new-images-exist.sh

- name: Run image-mirror.sh
run: ./scripts/image-mirror.sh
3 changes: 0 additions & 3 deletions .github/workflows/mirror-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ jobs:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}

- name: Verify that new images exist
run: ./scripts/check-new-images-exist.sh

- name: Run image-mirror.sh
run: ./scripts/image-mirror.sh

0 comments on commit 09678c0

Please sign in to comment.