Skip to content

Commit ad0275b

Browse files
committed
chore: missing Docker login section
1 parent efd71d6 commit ad0275b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30+
- name: Docker Login
31+
env:
32+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
33+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
34+
run: |
35+
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
36+
3037
- name: Set up QEMU
3138
uses: docker/setup-qemu-action@v2
3239

0 commit comments

Comments
 (0)