Skip to content

Commit

Permalink
Merge pull request #5 from Minituff/renovate/docker-login-action-digest
Browse files Browse the repository at this point in the history
Update docker/login-action digest to b4bedf8
  • Loading branch information
Minituff authored Oct 10, 2023
2 parents e0ad104 + cd98e05 commit b381b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
# This is your Docker Hub username and password.
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -32,7 +32,7 @@ jobs:
# 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 GitHub Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit b381b25

Please sign in to comment.