1 Commits

Author SHA1 Message Date
renovate e4c47348ba Update docker/login-action action to v4 2026-05-29 05:13:06 +00:00
+2 -2
View File
@@ -1,4 +1,4 @@
name: Docker build and push name: Docker Build and Push
on: on:
pull_request: pull_request:
@@ -20,7 +20,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@v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}