Merge pull request #1970 from versity/dependabot/github_actions/docker/login-action-4

chore(deps): bump docker/login-action from 3 to 4
This commit is contained in:
Ben McClelland
2026-03-16 15:49:58 -07:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@ jobs:
uses: docker/setup-buildx-action@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}