Skip to content

Commit

Permalink
Merge pull request #395 from Southclaws/dev
Browse files Browse the repository at this point in the history
Add docker env to release workflow (#394)
  • Loading branch information
Southclaws authored Jul 20, 2020
2 parents 6084aa9 + 9f0eaac commit 1e56fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 1e56fc3

Please sign in to comment.