Skip to content

Commit

Permalink
chore: Fix Docker Hub description repository name, update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hajowieland committed Jan 29, 2024
1 parent 4e1ed8c commit 2839cc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -48,17 +48,17 @@ jobs:
- name: Sync Docker Hub README
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ventx/debug-pod
repository: ventx/helm3-ci

- name: Sync Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ventx/debug-pod
repository: ventx/helm3-ci
short-description: ${{ github.event.repository.description }}

0 comments on commit 2839cc9

Please sign in to comment.