Skip to content

Commit 7e500a9

Browse files
authored
Update main.yml
1 parent 728f08c commit 7e500a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
uses: docker/setup-buildx-action@v3
2222

2323
- name: Log in to Docker Hub
24-
uses: docker/login-action@v3.1.0
24+
uses: docker/login-action@v3
2525
with:
2626
registry: https://hub.docker.com
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKER_TOKEN }}
29+
logout: true
2930

3031
- name: Build and push Docker image
3132
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)