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 3ab3c78 commit d57d4e5Copy full SHA for d57d4e5
.github/workflows/build-and-push.yml
@@ -85,6 +85,16 @@ jobs:
85
fedorapython/fedora-python-tox:${{ matrix.arch }}
86
fedorapython/fedora-python-tox:${{ matrix.arch }}-f${{ env.FEDORA_VERSION }}
87
88
+ description_update:
89
+ name: 'Update Dockerhub description'
90
+ if: github.event_name == 'push'
91
+ #needs: build-and-push
92
+ uses: peter-evans/dockerhub-description@v4
93
+ with:
94
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
95
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
96
+ repository: fedorapython/fedora-python-tox
97
+
98
release:
99
name: 'Update and test manifests'
100
if: github.event_name == 'push' || github.event_name == 'schedule'
0 commit comments