Skip to content

Commit

Permalink
[DDS-1576] Updated docker-login user.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jul 21, 2023
1 parent db7f2c2 commit b8740e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}

- name: Extract Docker metadata
id: meta
Expand Down

0 comments on commit b8740e2

Please sign in to comment.