Merge pull request #2436 from alexbelgium/dependabot/github_actions/docker/login-action-3.7.0

Bump docker/login-action from 3.6.0 to 3.7.0
This commit is contained in:
Alexandre
2026-02-03 08:57:36 +01:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ jobs:
fi fi
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.6.0 uses: docker/login-action@v3.7.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}