We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c227845 commit 82ce737Copy full SHA for 82ce737
.github/workflows/hub-overview.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Clone Main Repo
28
uses: actions/checkout@v2
29
30
+ - name: Fail to show, that we need manually update dockerhub overview page
31
+ run: exit 1
32
+
33
- name: push README to Dockerhub for base-notebook
34
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release
35
env:
0 commit comments