Skip to content

Commit

Permalink
chore: missing Docker login section
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 10, 2022
1 parent efd71d6 commit ad0275b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
fetch-depth: 0

- name: Docker Login
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit ad0275b

Please sign in to comment.