Skip to content

Commit

Permalink
Merge pull request #3 from OCP-on-NERC/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3
  • Loading branch information
larsks authored Jun 26, 2024
2 parents 6107eee + d6aedfb commit 2942728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 2942728

Please sign in to comment.