Skip to content

Commit 97d0453

Browse files
authored
fix: add docker login for push images (#17)
1 parent 0189ff6 commit 97d0453

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
@@ -23,6 +23,12 @@ jobs:
2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v1
2525

26+
- name: Login to Docker Hub
27+
uses: docker/login-action@v1
28+
with:
29+
username: ${{ secrets.DOCKER_USERNAME }}
30+
password: ${{ secrets.DOCKER_PASSWORD }}
31+
2632
- name: Run GoReleaser
2733
uses: goreleaser/goreleaser-action@v1
2834
with:

0 commit comments

Comments
 (0)