Skip to content

Commit

Permalink
revert: gh container registry rate limits (#13602)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Oct 19, 2024
1 parent 39b571a commit 8c38d22
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,6 @@ jobs:
with:
submodules: 'recursive'

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_READ_USERNAME }}
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: Production build
if: ${{ !cancelled() }}
run: docker compose -f e2e/docker-compose.yml build
Expand All @@ -284,12 +278,6 @@ jobs:
with:
submodules: 'recursive'

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_READ_USERNAME }}
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -332,12 +320,6 @@ jobs:
with:
submodules: 'recursive'

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_READ_USERNAME }}
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 8c38d22

Please sign in to comment.