Skip to content

Commit

Permalink
fix(deps): update docker/login-action digest to 3da7dc6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2023
1 parent 8bbd489 commit 37f0c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Log in to Docker Hub
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main')
uses: docker/login-action@d398f07826957cd0a18ea1b059cf1207835e60bc
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 37f0c01

Please sign in to comment.