Skip to content

Commit 57c3025

Browse files
committed
update action yml
1 parent 938abae commit 57c3025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
uses: actions/checkout@v4
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
22+
- name: Login to DockerHub
23+
uses: docker/login-action@v2
24+
with:
25+
username: ${{ secrets.DOCKERHUB_USERNAME }}
26+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2227
- name: Login to GitHub Container Registry
2328
uses: docker/login-action@v2
2429
with:

0 commit comments

Comments
 (0)