Skip to content

Commit

Permalink
Fix registry pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Feb 20, 2024
1 parent e75a55b commit baabef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Login to Docker registry
uses: docker/login-action@v1
with:
registry: 891459268445.dkr.ecr.eu-north-1.amazonaws.com/gradestats-web-prd
username: ${{ secrets.DOCKER_USERNAME }}
registry: 891459268445.dkr.ecr.eu-north-1.amazonaws.com
username: AWS
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Image to ECR
id: docker_build
Expand Down

0 comments on commit baabef6

Please sign in to comment.