Skip to content

Commit ac850e8

Browse files
Remove/go (#1469)
* Update build-&-publish-docker-image.yml * Update build-&-publish-docker-image.yml
1 parent beef538 commit ac850e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-&-publish-docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ jobs:
123123
# with:
124124
# go-version: ^1.21 # The Go version to download (if necessary) and use.
125125

126+
- name: Login to Docker Hub
127+
uses: docker/login-action@v1
128+
with:
129+
username: ${{ secrets.DOCKERHUB_USERNAME }}
130+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
131+
126132
- name: Clone blobber
127133
uses: actions/checkout@v3
128134
with:

0 commit comments

Comments
 (0)