Skip to content

Commit

Permalink
Merge pull request #182 from anchore/fix-cred-scoping
Browse files Browse the repository at this point in the history
fix: release workflow docker_user fix
  • Loading branch information
bradleyjones authored Mar 21, 2024
2 parents 1b5945f + 56f1ec8 commit b30dac3
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 @@ -84,7 +84,7 @@ jobs:
run: |
echo "${DOCKER_PASS}" | docker login -u "${DOCKER_USER}" --password-stdin
env:
DOCKER_USER: ${{ secrets.ANCHOREENTERPRISEWRITE_DH_USERNAME }}
DOCKER_USER: ${{ secrets.ANCHOREINTEGRATIONSWRITE_DH_USERNAME }}
DOCKER_PASS: ${{ secrets.ANCHOREINTEGRATIONSWRITE_DH_PAT }}

- name: Build snapshot artifacts
Expand Down

0 comments on commit b30dac3

Please sign in to comment.