Skip to content

Commit

Permalink
corrected repo details
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Jan 15, 2025
1 parent c338c3d commit 1aa35c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/open-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wave API CI
name: Wave Open Api CI
on:
push:
branches:
Expand Down Expand Up @@ -35,9 +35,9 @@ jobs:
aws-secret-access-key: ${{secrets.secrets.TOWER_CI_AWS_SECRET}}
aws-region: eu-west-1

- name: Log in to AWS ECR
run: |
aws ecr get-login-password --region eu-west-2 | docker login --username AWS --password-stdin 195996028523.dkr.ecr.eu-west-1.amazonaws.com/wave/openapi
- name : Login to Amazon ECR
id : login-ecr
uses : aws-actions/amazon-ecr-login@v1

- name: Release docs
if: "contains(github.event.head_commit.message, '[release docs]')"
Expand Down

0 comments on commit 1aa35c2

Please sign in to comment.