Skip to content

Commit a2896e9

Browse files
Update docker/login-action action to v3
1 parent 12cb957 commit a2896e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: docker build . --file Dockerfile --tag $IMAGE_NAME --cache-from ghcr.io/${{ github.repository }}:latest
2929

3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@v1
31+
uses: docker/login-action@v3
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

0 commit comments

Comments
 (0)