Merge pull request #173 from tuna2134/renovate/docker-login-action-4.x

chore(deps): update docker/login-action action to v4
This commit is contained in:
github-actions[bot]
2026-03-04 10:49:29 +00:00
committed by GitHub

View File

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