Skip to content

Commit f5d505f

Browse files
committed
fixed ci page again
1 parent 86d299c commit f5d505f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
1818
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
19-
run: docker login - u $DOCKER_USERNAME -p $DOCKER_PASSWORD
19+
run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
2020

2121
- name: Build the Docker image
2222
run: docker build -t quiz-slayer-env Frontend/.

0 commit comments

Comments
 (0)