Skip to content

Commit 3e223dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: docker build . --file Dockerfile --tag $IMAGE_NAME
2222

2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v2.2.0
24+
uses: docker/login-action@v3.0.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)