Skip to content

Commit 8b51bac

Browse files
Bump docker/login-action from 3.6.0 to 3.7.0 (#214)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vitalii Savitskii <visa@ecco.com>
1 parent 3c993a0 commit 8b51bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@v3.6.0
25+
uses: docker/login-action@v3.7.0
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

.github/workflows/publish-ecr-public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
aws-region: us-east-1
6565

6666
- name: Log in to the GitHub Container Registry
67-
uses: docker/login-action@v3.6.0
67+
uses: docker/login-action@v3.7.0
6868
with:
6969
registry: ${{ env.REGISTRY }}
7070
username: ${{ github.actor }}

0 commit comments

Comments
 (0)