Merge pull request 'Update docker/login-action action to v4' (#14) from renovate/docker-login-action-4.x into main
Docker Build and Push / build (push) Successful in 53s

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