Skip to content

Commit 26c89b4

Browse files
authored
Merge pull request #524 from dbt-msft/dependabot/github_actions/docker/login-action-3.3.0
2 parents 27bdba2 + 557ddec commit 26c89b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v2.1.0
26+
uses: docker/login-action@v3.3.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v4
5454

5555
- name: Log in to the Container registry
56-
uses: docker/login-action@v2.1.0
56+
uses: docker/login-action@v3.3.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)