We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3576576 commit 416eee2Copy full SHA for 416eee2
.github/workflows/build.yml
@@ -146,7 +146,6 @@ jobs:
146
push: true
147
tags: |
148
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest
149
- public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}
150
# tags: |
151
# ${{ env.LATEST_TAG }}
152
# mansuf/mangadex-downloader:${{ github.ref_name }}
@@ -163,7 +162,6 @@ jobs:
163
162
164
165
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest-optional
166
- public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}-optional
167
168
# ${{ env.LATEST_OPTIONAL_TAG }}
169
# mansuf/mangadex-downloader:${{ github.ref_name }}-optional
0 commit comments