Merge pull request #22 from getnora-io/dependabot/github_actions/docker/login-action-4

chore(deps): bump docker/login-action from 3 to 4
This commit is contained in:
2026-03-12 22:13:45 +03:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ jobs:
driver-opts: network=host
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}