Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 40c17c5

Browse files
committed
task: adding login step
1 parent a466674 commit 40c17c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717

1818
- name: Checkout Code
1919
uses: actions/checkout@v3
20+
21+
- name: Log in to Docker Hub
22+
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
23+
with:
24+
username: ${{ secrets.DOCKER_USERNAME }}
25+
password: ${{ secrets.DOCKER_PASSWORD }}
2026

2127
- name: Run GoReleaser
2228
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)