Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cn-docker/aws-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Jan 20, 2023
2 parents 2c78399 + 54320c4 commit 6bbbbf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update DockerHub repository description
uses: peter-evans/dockerhub-description@v3
with:
repository: ${{ secrets.DOCKER_ORGANIZATION }}/${{ secrets.DOCKER_IMAGE_NAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

0 comments on commit 6bbbbf6

Please sign in to comment.