Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Change secrets used for Docker login (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
scflavell authored and Joe Stephenson committed Dec 6, 2022
1 parent 94820e1 commit a3503e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_CLI_USERNAME }}
password: ${{ secrets.DOCKERHUB_CLI_PASSWORD }}
username: ${{ secrets.DH_USERNAME }}
password: ${{ secrets.DH_PASSWORD }}

- name: Build image
run: SEMANTIC_VERSION=${{ env.SEMANTIC_VERSION }} make build-cli-image
- name: Push image
Expand Down

0 comments on commit a3503e7

Please sign in to comment.