Skip to content

Commit cc0506f

Browse files
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] <support@github.com>
1 parent a4d0f13 commit cc0506f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
uses: actions/checkout@v3
6868

6969
- name: Login to DockerHub
70-
uses: docker/login-action@v1
70+
uses: docker/login-action@v2
7171
with:
7272
username: ${{ secrets.DOCKER_USERNAME }}
7373
password: ${{ secrets.DOCKER_PASSWORD }}
7474

7575
- name: Login to GitHub Container Registry
76-
uses: docker/login-action@v1
76+
uses: docker/login-action@v2
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)