chore(deps): update docker/login-action action to v4

This commit is contained in:
renovate[bot]
2026-03-04 10:49:00 +00:00
committed by GitHub
parent 050d5aa5ff
commit f3ab455bc7

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.neody.ad.jp registry: git.neody.ad.jp
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}