Skip to content

Commit 3576576

Browse files
committed
Fix docker build CI for aws ECR
1 parent 25abe3b commit 3576576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
linux/arm/v6
146146
push: true
147147
tags: |
148-
n3n5b0s8/mangadex-downloader:latest
149-
n3n5b0s8/mangadex-downloader:${{ github.ref_name }}
148+
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest
149+
public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}
150150
# tags: |
151151
# ${{ env.LATEST_TAG }}
152152
# mansuf/mangadex-downloader:${{ github.ref_name }}
@@ -162,8 +162,8 @@ jobs:
162162
linux/arm/v7
163163
push: true
164164
tags: |
165-
n3n5b0s8/mangadex-downloader:latest-optional
166-
n3n5b0s8/mangadex-downloader:${{ github.ref_name }}-optional
165+
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest-optional
166+
public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}-optional
167167
# tags: |
168168
# ${{ env.LATEST_OPTIONAL_TAG }}
169169
# mansuf/mangadex-downloader:${{ github.ref_name }}-optional

0 commit comments

Comments
 (0)