Skip to content

Commit 6c54b54

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a61fe7 commit 6c54b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
docker image ls -a
114114
115115
- name: Log in to container registry
116-
uses: docker/login-action@v3
116+
uses: docker/login-action@v4
117117
with:
118118
registry: ${{ vars.DEVCONTAINER_REGISTRY }}
119119
username: ${{ secrets.ESSENTIALCSHARP_ACR_USERNAME }}
@@ -210,7 +210,7 @@ jobs:
210210
docker image ls -a
211211
212212
- name: Log in to container registry
213-
uses: docker/login-action@v3
213+
uses: docker/login-action@v4
214214
with:
215215
registry: ${{ vars.PRODCONTAINER_REGISTRY }}
216216
username: ${{ secrets.ESSENTIALCSHARP_ACR_USERNAME }}

0 commit comments

Comments
 (0)