Skip to content

Commit

Permalink
Only update docker user manual when it changed
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Jan 23, 2023
1 parent 6a32f4f commit eee3a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
docs/user-docker-image.md
- name: Update repo description
# if: steps.docker-manual-changed.outputs.any_changed == 'true'
if: steps.docker-manual-changed.outputs.any_changed == 'true'
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit eee3a29

Please sign in to comment.