Skip to content

Commit 71f76b1

Browse files
Merge pull request #13 from OpenCHAMI/renovate/docker-login-action-4.x
Update docker/login-action action to v4.4.0
2 parents aaad151 + 2c9da3f commit 71f76b1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
continue-on-error: true
143143

144144
- name: Log in to GHCR (read-only)
145-
uses: docker/login-action@v4.3.0
145+
uses: docker/login-action@v4.4.0
146146
with:
147147
registry: ghcr.io
148148
username: ${{ github.actor }}
@@ -171,7 +171,7 @@ jobs:
171171
continue-on-error: true
172172

173173
- name: Log in to GHCR
174-
uses: docker/login-action@v4.3.0
174+
uses: docker/login-action@v4.4.0
175175
with:
176176
registry: ghcr.io
177177
username: ${{ github.actor }}
@@ -201,7 +201,7 @@ jobs:
201201
continue-on-error: true
202202

203203
- name: Log in to GHCR
204-
uses: docker/login-action@v4.3.0
204+
uses: docker/login-action@v4.4.0
205205
with:
206206
registry: ghcr.io
207207
username: ${{ github.actor }}
@@ -336,7 +336,7 @@ jobs:
336336
continue-on-error: true
337337

338338
- name: Log in to GHCR
339-
uses: docker/login-action@v4.3.0
339+
uses: docker/login-action@v4.4.0
340340
with:
341341
registry: ghcr.io
342342
username: ${{ github.actor }}

.github/workflows/sandbox-consumer.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: sudo apt-get update && sudo apt-get install -y bats
6060

6161
- name: Log in to GHCR (read-only)
62-
uses: docker/login-action@v4.3.0
62+
uses: docker/login-action@v4.4.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)