Skip to content

Commit 82ce737

Browse files
authored
Fail hub-overview to show that dockerhub page should be updated
1 parent c227845 commit 82ce737

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/hub-overview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Clone Main Repo
2828
uses: actions/checkout@v2
2929

30+
- name: Fail to show, that we need manually update dockerhub overview page
31+
run: exit 1
32+
3033
- name: push README to Dockerhub for base-notebook
3134
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release
3235
env:

0 commit comments

Comments
 (0)