Skip to content

Commit 416eee2

Browse files
committed
Fix docker build CI for aws ECR
Why i cannot delete main tag ?
1 parent 3576576 commit 416eee2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
push: true
147147
tags: |
148148
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest
149-
public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}
150149
# tags: |
151150
# ${{ env.LATEST_TAG }}
152151
# mansuf/mangadex-downloader:${{ github.ref_name }}
@@ -163,7 +162,6 @@ jobs:
163162
push: true
164163
tags: |
165164
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest-optional
166-
public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}-optional
167165
# tags: |
168166
# ${{ env.LATEST_OPTIONAL_TAG }}
169167
# mansuf/mangadex-downloader:${{ github.ref_name }}-optional

0 commit comments

Comments
 (0)