Skip to content

Commit

Permalink
Merge pull request #13 from reasonerjt/fix-image-push-0.32
Browse files Browse the repository at this point in the history
Update the git action to push to dockerhub only
  • Loading branch information
reasonerjt authored Dec 18, 2024
2 parents 1c7c129 + 846f404 commit 577368f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to ECR
uses: docker/login-action@v3
with:
registry: public.ecr.aws
username: ${{ secrets.ECR_ACCESS_KEY_ID }}
password: ${{ secrets.ECR_SECRET_ACCESS_KEY }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 577368f

Please sign in to comment.