Skip to content

Commit

Permalink
Add Docker Hub description
Browse files Browse the repository at this point in the history
  • Loading branch information
guanana committed Jun 8, 2023
1 parent f812ee3 commit 1e11b8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: guanana/crater

- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down Expand Up @@ -121,6 +128,13 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: guanana/crater

- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 1e11b8b

Please sign in to comment.