Skip to content

Commit

Permalink
Add v2.10.3 on docker image build & push
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 6, 2024
1 parent 30a3a43 commit e711e19
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
run: |
docker run --rm ${{ env.TEST_TAG }}
# - name: Update Docker Hub description
# # if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mansuf/mangadex-downloader'
# uses: peter-evans/dockerhub-description@v4
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_SECRET_TOKEN }}
# repository: mansuf/mangadex-downloader
# short-description: ${{ github.event.repository.description }}
- name: Update Docker Hub description
# if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mansuf/mangadex-downloader'
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET_TOKEN }}
repository: mansuf/mangadex-downloader
short-description: ${{ github.event.repository.description }}

- name: Build and push
# if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mansuf/mangadex-downloader'
Expand All @@ -63,6 +63,7 @@ jobs:
tags: |
${{ env.LATEST_TAG }}
mansuf/mangadex-downloader:${{ github.ref_name }}
mansuf/mangadex-downloader:v2.10.3
windows-build:
name: Build app & docs (Windows)
Expand Down

0 comments on commit e711e19

Please sign in to comment.