We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728f08c commit 7e500a9Copy full SHA for 7e500a9
1 file changed
.github/workflows/main.yml
@@ -21,11 +21,12 @@ jobs:
21
uses: docker/setup-buildx-action@v3
22
23
- name: Log in to Docker Hub
24
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3
25
with:
26
registry: https://hub.docker.com
27
username: ${{ secrets.DOCKERHUB_USERNAME }}
28
password: ${{ secrets.DOCKER_TOKEN }}
29
+ logout: true
30
31
- name: Build and push Docker image
32
uses: docker/build-push-action@v5
0 commit comments