Skip to content

Commit 0df5f6a

Browse files
committed
Comment out Docker login step until secrets are added
1 parent 06d15d5 commit 0df5f6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.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)