chore(deps): update docker/login-action action to v4 #27

Open
bot wants to merge 1 commits from renovate/docker-login-action-4.x into main
Showing only changes of commit a061a950be - Show all commits

View File

@@ -40,7 +40,7 @@ jobs:
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}} type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
- name: Login in Private Registry - name: Login in Private Registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ inputs.registry }} registry: ${{ inputs.registry }}
username: ${{ secrets.registry-user }} username: ${{ secrets.registry-user }}