Merge pull request 'chore(deps): update docker/login-action digest to c99871d' (#23) from renovate/docker-login-action-digest into main
Docker Build and Push / test (push) Successful in 21s
Docker Build and Push / integration-test (push) Successful in 30s
Docker Build and Push / build (push) Successful in 5m13s

Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2026-07-02 09:27:43 -04:00
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}