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

Commit ff85555

Browse files
chore(deps): update docker/login-action action to v3.1.0 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 500611b commit ff85555

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
@@ -28,7 +28,7 @@ jobs:
2828
type=semver,pattern={{major}}.{{minor}}.{{patch}}
2929
type=sha,format=short,prefix=
3030
- name: Login GitHub Packages
31-
uses: docker/login-action@v3.0.0
31+
uses: docker/login-action@v3.1.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

0 commit comments

Comments
 (0)