Skip to content

Commit a01468a

Browse files
Bump docker/login-action from 1 to 2 (#16)
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 db353b4 commit a01468a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: DockerHub Login
61-
uses: docker/login-action@v1
61+
uses: docker/login-action@v2
6262
with:
6363
username: ${{ secrets.DOCKER_USERNAME }}
6464
password: ${{ secrets.DOCKER_PASSWORD }}
6565
if: github.event_name != 'pull_request'
6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v1
67+
uses: docker/login-action@v2
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)