Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 7, 2021
1 parent 38daebb commit 51ee29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
push: true
tags: |
developmentseed/titiler:latest
ghcr.io/${{ github.repo }}:latest
ghcr.io/${{ github.repository }}:latest
public.ecr.aws/${{ secrets.AWS_ECR_PUBLIC_REPO }}/titiler:latest
# Push `{VERSION}` when pushing a new tag
Expand All @@ -154,5 +154,5 @@ jobs:
push: true
tags: |
developmentseed/titiler:${{ steps.tag.outputs.tag }}
ghcr.io/${{ github.repo }}:${{ steps.tag.outputs.tag }}
ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.tag }}
public.ecr.aws/${{ secrets.AWS_ECR_PUBLIC_REPO }}/titiler:${{ steps.tag.outputs.tag }}

0 comments on commit 51ee29a

Please sign in to comment.