Skip to content

Commit 0dd87c4

Browse files
author
Jordan Halterman
committed
Remove Docker Login step from build workflow
1 parent eea430e commit 0dd87c4

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,5 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17-
- name: Docker Login
18-
uses: docker/login-action@v1
19-
with:
20-
username: ${{ secrets.DOCKER_USERNAME }}
21-
password: ${{ secrets.DOCKER_PASSWORD }}
2217
- name: Build
23-
run: make build
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
18+
run: make build

0 commit comments

Comments
 (0)