Skip to content

Commit

Permalink
Merge pull request #610 from maticnetwork/wbutton/goreleaser-docker-c…
Browse files Browse the repository at this point in the history
…reds
  • Loading branch information
rekibnikufesin authored Nov 30, 2022
2 parents 3e71609 + 4d19cf5 commit 3b4ff7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
TAG=${GITHUB_REF#refs/tags/}
echo ::set-output name=tag_name::${TAG}
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB }}
password: ${{ secrets.DOCKERHUB_KEY }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand All @@ -39,5 +45,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
DOCKER_USERNAME: ${{ secrets.DOCKERHUB }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_KEY }}

0 comments on commit 3b4ff7d

Please sign in to comment.