Skip to content

Commit 1560339

Browse files
authored
Merge pull request #3539 from The-OpenROAD-Project/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 177def2 + d623141 commit 1560339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-publish-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Login to GitHub Container Registry (GHCR)
8080
if: github.event_name != 'pull_request'
81-
uses: docker/login-action@v2
81+
uses: docker/login-action@v3
8282
with:
8383
registry: ghcr.io
8484
username: gha
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Login to GitHub Container Registry (GHCR)
131131
if: github.event_name != 'pull_request'
132-
uses: docker/login-action@v2
132+
uses: docker/login-action@v3
133133
with:
134134
registry: ghcr.io
135135
username: gha

0 commit comments

Comments
 (0)