Merge pull request #491 from josegonzalez/dependabot/github_actions/docker/login-action-4

chore(deps): bump docker/login-action from 3 to 4
This commit is contained in:
Jose Diaz-Gonzalez
2026-03-09 13:30:22 -04:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ jobs:
uses: docker/setup-buildx-action@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}