Skip to content

Commit 0ff7861

Browse files
authored
fix typo
1 parent 4a9db4a commit 0ff7861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Docker Buildx
2424
uses: docker/setup-buildx-action@v3
2525
- name: Log in to Docker Hub
26-
uses: docker/login-actions@v3
26+
uses: docker/login-action@v3
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)