Skip to content

Commit

Permalink
GitHub workflows update
Browse files Browse the repository at this point in the history
Adds Docker Hub description update step for the publishing action.
  • Loading branch information
Aeron committed Mar 11, 2023
1 parent 0ea58a1 commit 72d73bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ jobs:
uses: redhat-actions/push-to-registry@v2
with:
tags: ${{ steps.build-image.outputs.tags }}
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: aeron/ikev2-strongswan-vpn
continue-on-error: true

0 comments on commit 72d73bb

Please sign in to comment.