Update docker/login-action action to v4
Docker Build and Push / build (pull_request) Successful in 44s

This commit is contained in:
2026-06-13 01:06:41 +00:00
parent d4efe98efd
commit d9acc91ae0
+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 }}