Update docker/login-action digest to ef38ec3 (#147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-01 14:32:52 +00:00
committed by GitHub
parent ae0a83c1f0
commit 747b031eca

View File

@@ -20,13 +20,13 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 - uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 - uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
registry: ghcr.io registry: ghcr.io