Skip to content

Commit

Permalink
chore: update docker publish action config
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 14, 2024
1 parent 8540e0d commit 6b74e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4 # peter-evans/dockerhub-description need checkout README.md
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v3
id: qemu
Expand Down Expand Up @@ -42,6 +44,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Update repo description
uses: peter-evans/dockerhub-description@v3
continue-on-error: true
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 6b74e60

Please sign in to comment.