Skip to content

Commit

Permalink
Merge pull request #21 from ventx/fix-sync-docker-hub-readme
Browse files Browse the repository at this point in the history
chore: Fix sync Docker Hub README
  • Loading branch information
hajowieland authored Jan 29, 2024
2 parents dd5ddd6 + 2839cc9 commit 571db45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 ventx GmbH
Copyright (c) 2024 ventx GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 571db45

Please sign in to comment.