Skip to content

Commit 95de9fd

Browse files
committed
Enable docker/login-action
1 parent 634df37 commit 95de9fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
#- name: Login to Docker Hub
20-
# uses: docker/login-action@v3
21-
# with:
22-
# username: ${{ secrets.DOCKERHUB_USER }}
23-
# password: ${{ secrets.DOCKERHUB_TOKEN }}
19+
- name: Login to Docker Hub
20+
uses: docker/login-action@v3
21+
with:
22+
username: ${{ secrets.DOCKERHUB_USER }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

2525
- name: Extract metadata
2626
id: metadata

0 commit comments

Comments
 (0)