Skip to content

Commit 9e7a77f

Browse files
committed
Update all images to latest
1 parent cc647c8 commit 9e7a77f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88

99
env:
1010
WEAVIATE_124: 1.24.26
11-
WEAVIATE_125: 1.25.22
12-
WEAVIATE_126: 1.26.7
13-
WEAVIATE_127: stable-v1.27-ce73cd1
11+
WEAVIATE_125: 1.25.25
12+
WEAVIATE_126: 1.26.10
13+
WEAVIATE_127: 1.27.3
1414

1515
jobs:
1616
checks:
@@ -46,12 +46,12 @@ jobs:
4646
- uses: actions/setup-node@v3
4747
with:
4848
node-version: ${{ matrix.versions.node }}
49-
# - name: Login to Docker Hub
50-
# if: ${{ github.triggering_actor != 'dependabot[bot]' }}
51-
# uses: docker/login-action@v3
52-
# with:
53-
# username: ${{secrets.DOCKER_USERNAME}}
54-
# password: ${{secrets.DOCKER_PASSWORD}}
49+
- name: Login to Docker Hub
50+
if: ${{ !github.event.pull_request.head.repo.fork && github.triggering_actor != 'dependabot[bot]' }}
51+
uses: docker/login-action@v3
52+
with:
53+
username: ${{secrets.DOCKER_USERNAME}}
54+
password: ${{secrets.DOCKER_PASSWORD}}
5555
- name: "Install dependencies"
5656
run: |
5757
npm ci

0 commit comments

Comments
 (0)