Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9d2afe6

Browse files
Update docker/login-action action to v2.2.0 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60f178f commit 9d2afe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
type=semver,pattern={{version}}
2424
type=sha,format=short,prefix=
2525
- name: Login GitHub Packages
26-
uses: docker/login-action@v2.1.0
26+
uses: docker/login-action@v2.2.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)