Skip to content

Commit

Permalink
Merge pull request #1266 from microsoft/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
andrueastman authored Jun 13, 2023
2 parents 0178e88 + e5e6430 commit 503cf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Login to GitHub package feed
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}
Expand Down

0 comments on commit 503cf84

Please sign in to comment.