Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit c1e5943

Browse files
chore(deps): update docker/login-action action to v2 (#270)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 930e298 commit c1e5943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-experimental-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Docker Login
21-
uses: docker/login-action@v1.14.1
21+
uses: docker/login-action@v2.0.0
2222
with:
2323
registry: ghcr.io
2424
username: tomkerkhove

.github/workflows/push-stable-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: Docker Login
29-
uses: docker/login-action@v1.14.1
29+
uses: docker/login-action@v2.0.0
3030
with:
3131
registry: ghcr.io
3232
username: tomkerkhove

0 commit comments

Comments
 (0)