Skip to content

Commit

Permalink
Use docker/login-action v3 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 19, 2024
1 parent e7034bb commit a7a35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
echo "TOKEN_MD_REGISTRY=${{ fromJSON(steps.login-md-registry.outputs.response).headers['x-okapi-token'] }}" >> $GITHUB_ENV
- name: Docker registry login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit a7a35f2

Please sign in to comment.