Skip to content

Commit d3a17a4

Browse files
authored
Add login to dockerhub action
1 parent d1cec8c commit d3a17a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535

36+
- name: Login to DockerHub
37+
uses: docker/login-action@v1
38+
with:
39+
username: ${{ secrets.DOCKER_USERNAME }}
40+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
41+
3642
- name: Set up QEMU
3743
uses: docker/setup-qemu-action@v3
3844

0 commit comments

Comments
 (0)