Skip to content

Commit acf5e51

Browse files
Update docker/login-action action to v4
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v3 | v4 |
1 parent 67bf1ec commit acf5e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker-image-to-github-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v3
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)