Skip to content

Commit a147d05

Browse files
committed
chore: temporarily remove docker container credentials (#583)
1 parent 127bbd2 commit a147d05

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: buildjet-4vcpu-ubuntu-2204
1010
container:
1111
image: node:20
12-
credentials:
13-
username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
14-
password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
12+
# credentials:
13+
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
14+
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.github/workflows/pin-dependencies-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: buildjet-4vcpu-ubuntu-2204
1010
container:
1111
image: node:20
12-
credentials:
13-
username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
14-
password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
12+
# credentials:
13+
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
14+
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.github/workflows/pr-title-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: buildjet-4vcpu-ubuntu-2204
88
container:
99
image: node:20
10-
credentials:
11-
username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
12-
password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
10+
# credentials:
11+
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
12+
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: buildjet-4vcpu-ubuntu-2204
1010
container:
1111
image: node:23
12-
credentials:
13-
username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
14-
password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
12+
# credentials:
13+
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
14+
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)