Skip to content

Commit

Permalink
Removed login from docker/build-push-action, not required (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Oct 1, 2020
1 parent 37c166e commit 68f408f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/aws_ecs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
uses: docker/build-push-action@v1
with:
path: sadeaf-hasura
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ steps.login-ecr.outputs.registry }}
repository: sadeafxsmu/sadeaf-hasura
tag_with_ref: true
Expand All @@ -38,8 +36,6 @@ jobs:
uses: docker/build-push-action@v1
with:
path: sadeaf-web
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ steps.login-ecr.outputs.registry }}
repository: sadeafxsmu/sadeaf-web
tag_with_ref: true
Expand Down

0 comments on commit 68f408f

Please sign in to comment.