Skip to content

Commit e6dafec

Browse files
authored
Merge pull request #304 from dbt-msft/dependabot/github_actions/docker/login-action-2.1.0
Bump docker/login-action from 2.0.0 to 2.1.0
2 parents 4186d14 + e0109b9 commit e6dafec

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@v3
2424

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

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

0 commit comments

Comments
 (0)