Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensrtw authored Sep 22, 2024
1 parent a033b19 commit 3bee9c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
docker push $REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

# Add latest tag
docker tag $REGISTRY/$REPOSITORY:$IMAGE_TAG $REGISTRY/$REPOSITORY:latest
docker tag $REGISTRY/$REPOSITORY:$IMAGE_TAG $REGISTRY/$REPOSITORY:latest

# push latest Docker Image
docker push $REGISTRY/$REPOSITORY:latest
# push latest Docker Image
docker push $REGISTRY/$REPOSITORY:latest

security:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3bee9c9

Please sign in to comment.