Skip to content

Commit

Permalink
Merge pull request #11 from bill-of-materials/renovate/docker-login-a…
Browse files Browse the repository at this point in the history
…ction-digest

chore(deps): update docker/login-action digest to 9780b0c
  • Loading branch information
uZer authored Jul 25, 2024
2 parents ab908aa + 6f832f0 commit bf5ebab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -164,13 +164,13 @@ jobs:
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3

- name: Log in to Docker Hub
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit bf5ebab

Please sign in to comment.