Skip to content

Commit f25ec44

Browse files
chore(deps): bump docker/login-action from 1.12.0 to 2.0.0 (#52)
1 parent c2c1160 commit f25ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ jobs:
498498
- name: Set up Docker Buildx
499499
uses: docker/setup-buildx-action@v2
500500
- name: Login to GitHub Packages Docker Registry
501-
uses: docker/login-action@v1.12.0
501+
uses: docker/login-action@v2.0.0
502502
with:
503503
registry: ghcr.io
504504
username: ${{ github.actor }}

0 commit comments

Comments
 (0)