Skip to content

Commit 0f097b2

Browse files
⬆️ Upgrade docker/login-action action to v3.4.0 (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 031e8a2 commit 0f097b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v3.10.0
2222

2323
- name: Log into registry ${{ env.REGISTRY }}
24-
uses: docker/login-action@v3.3.0
24+
uses: docker/login-action@v3.4.0
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)