Skip to content

Commit

Permalink
fix docker credentials name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Nov 4, 2019
1 parent 753ae32 commit 970758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_TOKEN: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: 'alexeiled'
DOCKER_REGISTRY: 'index.docker.io'
DOCKER_ORG: 'doitintl'

0 comments on commit 970758b

Please sign in to comment.