Skip to content

Commit

Permalink
fix: do not update DockerHub image description for test runs (#649)
Browse files Browse the repository at this point in the history
This PR skips updating the DockerHub image description if the release
flow is running as a test run.
  • Loading branch information
JoeCap08055 authored Oct 23, 2024
1 parent 1752515 commit c2addbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
tags: ${{ steps.cp-tags.outputs.tags }}
- name: Update DockerHub Description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae
if: needs.set_variables.outputs.test_run != 'true'
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
Expand Down

0 comments on commit c2addbe

Please sign in to comment.