Skip to content

Commit

Permalink
Use correct secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jan 18, 2020
1 parent cf5eaaa commit b25ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: azure/docker-login@v1
with:
username: schemaherodeploy
password: ${{ secrets.REGISTRY_PASSWORD }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit b25ddba

Please sign in to comment.