Skip to content

Commit b953c9b

Browse files
Update peter-evans/dockerhub-description action to v4.0.2
Update peter-evans/dockerhub-description from 4.0.1 to 4.0.2 Change-type: patch
1 parent c160582 commit b953c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flowzone.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3585,7 +3585,7 @@ jobs:
35853585
- name: Update DockerHub Description
35863586
if: contains(steps.strings.outputs.image,'docker.io') && github.base_ref == github.event.repository.default_branch
35873587
continue-on-error: true
3588-
uses: peter-evans/dockerhub-description@0505d8b04853a30189aee66f5bb7fd1511bbac71 # v4.0.1
3588+
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2
35893589
with:
35903590
username: ${{ secrets.DOCKERHUB_USER || secrets.DOCKER_REGISTRY_USER }}
35913591
password: ${{ secrets.DOCKERHUB_TOKEN || secrets.DOCKER_REGISTRY_PASS }}

0 commit comments

Comments
 (0)