Skip to content

Commit

Permalink
Merge pull request #16 from telnetdoogie/renovate/docker-login-action…
Browse files Browse the repository at this point in the history
…-digest

chore(deps): update docker/login-action digest to 327cd5a
  • Loading branch information
telnetdoogie authored Jan 8, 2025
2 parents b388b96 + 19cd59c commit e9381bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit e9381bd

Please sign in to comment.