Skip to content

Commit 6e37845

Browse files
Merge pull request #241 from tv2-oss/dependabot/github_actions/docker/login-action-3
2 parents ed97e6b + 0e44439 commit 6e37845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-qemu-action@v2
4646

4747
- name: Docker Login
48-
uses: docker/login-action@v2
48+
uses: docker/login-action@v3
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Log in to the Container registry
112-
uses: docker/login-action@v2
112+
uses: docker/login-action@v3
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}

.github/workflows/chart-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Log in to the Container registry
69-
uses: docker/login-action@v2
69+
uses: docker/login-action@v3
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}

0 commit comments

Comments
 (0)