Skip to content

Commit

Permalink
Fix docker build CI for aws ECR
Browse files Browse the repository at this point in the history
Why i cannot delete main tag ?
  • Loading branch information
mansuf committed Jun 15, 2024
1 parent 3576576 commit 416eee2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ jobs:
push: true
tags: |
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 @@ -163,7 +162,6 @@ jobs:
push: true
tags: |
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 416eee2

Please sign in to comment.