Skip to content

Commit 8a0fbb3

Browse files
committed
Update docker workflow
1 parent 4b68855 commit 8a0fbb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
name: Docker Login
3535
if: success() && startsWith(github.ref, 'refs/tags/v')
3636
env:
37-
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3837
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
3938
run: |
40-
echo "${DOCKER_PASSWORD}" | docker login --username ${DOCKER_USERNAME} --password-stdin
39+
echo "${DOCKER_PASSWORD}" | docker login --username crazymax --password-stdin
4140
-
4241
name: Docker Push
4342
if: success() && startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)