mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
revert: gh container registry rate limits (#13602)
This commit is contained in:
parent
39b571a95c
commit
8c38d22f42
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -255,12 +255,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
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
|
- name: Production build
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
run: docker compose -f e2e/docker-compose.yml build
|
run: docker compose -f e2e/docker-compose.yml build
|
||||||
@ -284,12 +278,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
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
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
@ -332,12 +320,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
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
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user