Merge pull request 'chore(deps): update docker/login-action action to v4' (#12) from renovate/docker-login-action-4.x into master
Main Branch / lint (push) Failing after 14m40s
Main Branch / build (push) Has been skipped
Main Branch / test (push) Has been skipped
Main Branch / push (push) Has been skipped

Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
2026-06-12 16:40:05 -04:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- name: Load image
run: docker load < image.tar
- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Load image
run: docker load < image.tar
- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Load image
run: docker load < image.tar
- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}