Skip to content

Commit 32416bc

Browse files
committed
CI: Fix workflow
1 parent 6e33cb5 commit 32416bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Login to DockerHub
4545
if: github.ref == 'refs/heads/master'
4646
uses: docker/login-action@v1
47-
env:
47+
with:
4848
username: ${{ secrets.DOCKER_USERNAME }}
4949
password: ${{ secrets.DOCKER_TOKEN }}
5050

0 commit comments

Comments
 (0)