Skip to content

Commit 9b00b01

Browse files
Bump docker/login-action from 1 to 2 (#265)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50e7a2a commit 9b00b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,20 @@ jobs:
6464
- name: Docker Buildx
6565
uses: docker/setup-buildx-action@v1
6666
- name: DockerHub Login
67-
uses: docker/login-action@v1
67+
uses: docker/login-action@v2
6868
with:
6969
username: ${{ secrets.DOCKER_USERNAME }}
7070
password: ${{ secrets.DOCKER_PASSWORD }}
7171
if: github.event_name != 'pull_request'
7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@v1
73+
uses: docker/login-action@v2
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
7878
if: github.event_name != 'pull_request'
7979
- name: Login to Public ECR
80-
uses: docker/login-action@v1
80+
uses: docker/login-action@v2
8181
with:
8282
registry: public.ecr.aws
8383
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)