Skip to content

Commit

Permalink
Merge pull request #8699 from jenkins-x/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
jenkins-x-bot authored Jan 19, 2025
2 parents a815768 + 0654072 commit 1b7fd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jenkins-x
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jenkins-x
Expand Down

0 comments on commit 1b7fd37

Please sign in to comment.