Skip to content

Commit

Permalink
fix(git-actions) rename of repository to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPorfirio01 committed Aug 3, 2024
1 parent 1dfc610 commit 0bd51cf
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 @@ -53,5 +53,5 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
TAG: ${{ steps.generate_tag.outputs.sha }}
run: |
docker build -t $REGISTRY/CI-CD:$TAG .
docker push $REGISTRY/CI-CD:$TAG
docker build -t $REGISTRY/ci-cd-study:$TAG .
docker push $REGISTRY/ci-cd-study:$TAG

0 comments on commit 0bd51cf

Please sign in to comment.