Skip to content

Commit

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

chore(deps): update docker/login-action digest to 0d4c9c5
  • Loading branch information
uZer authored Jul 19, 2024
2 parents 54df6ce + 2716394 commit 54121b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: docker/setup-buildx-action@v3

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

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

0 comments on commit 54121b3

Please sign in to comment.