Skip to content

Commit 8295259

Browse files
chore(deps): bump docker/login-action from 1 to 2
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]>
1 parent 36208be commit 8295259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929

3030
- name: Log in to Docker Hub
3131
if: github.event_name != 'pull_request'
32-
uses: docker/login-action@v1
32+
uses: docker/login-action@v2
3333
with:
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}
3535
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Login to GitHub Container Registry
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@v1
39+
uses: docker/login-action@v2
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)