Skip to content

Commit

Permalink
Fix docker build CI for aws ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 15, 2024
1 parent 25abe3b commit 3576576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
linux/arm/v6
push: true
tags: |
n3n5b0s8/mangadex-downloader:latest
n3n5b0s8/mangadex-downloader:${{ github.ref_name }}
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest
public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}
# tags: |
# ${{ env.LATEST_TAG }}
# mansuf/mangadex-downloader:${{ github.ref_name }}
Expand All @@ -162,8 +162,8 @@ jobs:
linux/arm/v7
push: true
tags: |
n3n5b0s8/mangadex-downloader:latest-optional
n3n5b0s8/mangadex-downloader:${{ github.ref_name }}-optional
public.ecr.aws/n3n5b0s8/mangadex-downloader:latest-optional
public.ecr.aws/n3n5b0s8/mangadex-downloader:${{ github.ref_name }}-optional
# tags: |
# ${{ env.LATEST_OPTIONAL_TAG }}
# mansuf/mangadex-downloader:${{ github.ref_name }}-optional
Expand Down

0 comments on commit 3576576

Please sign in to comment.