Update docker/login-action digest to bdf14dc (#177)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-08 17:41:52 +00:00
committed by GitHub
parent b8bdf824a6
commit 6208da86c0

View File

@@ -20,13 +20,13 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 - uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
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@184bdaa0721073962dff0199f1fb9940f07167d1 - uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
registry: ghcr.io registry: ghcr.io