Skip to content

Commit

Permalink
Add dockerhub login
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 22, 2024
1 parent eb59ee0 commit bcf820e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit bcf820e

Please sign in to comment.