Skip to content

Commit 3bb28cd

Browse files
authored
Merge pull request #666 from kexa-io/dependabot/github_actions/dev/docker/login-action-4.0.0
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0
2 parents 5061fa8 + 06a9a75 commit 3bb28cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252

5353
- name: Login to Docker Registry
54-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
54+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
5555
with:
5656
registry: ${{ secrets.DOCKER_REGISTRY_NAME}}
5757
username: ${{ secrets.DOCKER_REGISTRY_USERNAME_KEXA }}

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127

128128
- name: Login to Docker New Registry
129-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
129+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
130130
with:
131131
registry: ${{ secrets.DOCKER_REGISTRY_NAME}}
132132
username: ${{ secrets.DOCKER_REGISTRY_USERNAME_KEXA }}

0 commit comments

Comments
 (0)