chore(deps): update docker/login-action action to v4
All checks were successful
Cog check / Create release (pull_request) Successful in 6s
All checks were successful
Cog check / Create release (pull_request) Successful in 6s
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user