Skip to content

Commit d9cb79d

Browse files
Update docker/login-action action to v3
1 parent 8ee3ee0 commit d9cb79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }} -t ghcr.io/${{ github.repository }}:latest
2222

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

0 commit comments

Comments
 (0)