Skip to content

Commit 19260d8

Browse files
chore(core-deps): update docker/login-action action to v4
1 parent 1b27fae commit 19260d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ runs:
7272
uses: docker/setup-buildx-action@v3
7373
- name: Login to Docker Hub # if the client has not provided a custom registry, then login to Docker Hub
7474
if: env.should-deliver-container == 'true' && inputs.container-registry-name == 'false'
75-
uses: docker/login-action@v3.0.0
75+
uses: docker/login-action@v4.0.0
7676
with:
7777
username: ${{ inputs.container-registry-username }}
7878
password: ${{ inputs.container-registry-password }}
7979
- name: Login to the Container registry # Otherwise, if the client has provided a custom registry, then login to it
8080
if: env.should-deliver-container == 'true' && inputs.container-registry-name != 'false'
81-
uses: docker/login-action@v3.0.0
81+
uses: docker/login-action@v4.0.0
8282
with:
8383
registry: ${{ inputs.container-registry-name }}
8484
username: ${{ inputs.container-registry-username }}

0 commit comments

Comments
 (0)