Merge pull request 'Update docker/login-action digest to dbcb813' (#15) from renovate/docker-login-action-digest into master
Docker Build and Push / lint (push) Successful in 11s
Docker Build and Push / build (push) Successful in 55s
Docker Build and Push / test (push) Successful in 33s
Docker Build and Push / push (push) Failing after 1m14s

Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
2026-07-29 11:48:22 -04:00
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
name: docker-image name: docker-image
- name: Load image - name: Load image
run: docker load < image.tar run: docker load < image.tar
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}