We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473b2f0 commit 4b772a5Copy full SHA for 4b772a5
.github/workflows/integration-test.yml
@@ -241,7 +241,7 @@ jobs:
241
- name: Update Docker Hub repository description from readme
242
# only run this task if we have a pull request which is merged
243
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'cytomining/pycytominer'
244
- uses: peter-evans/dockerhub-description@v3
+ uses: peter-evans/dockerhub-description@v4
245
with:
246
username: ${{ secrets.DOCKER_USER }}
247
password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments