Merge pull request #289 from SpudGunMan/dependabot/github_actions/docker/login-action-3227f5311cb93ffd14d13e65d8cc400d30f4dd8a

This commit is contained in:
Kelly
2026-02-04 08:27:37 -08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v6
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}