Skip to content

Commit c675e1f

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 c8cb7b7 commit c675e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# Deploy
171171
# ------------------------------------------------------------
172172
- name: Docker login
173-
uses: docker/login-action@v1
173+
uses: docker/login-action@v2
174174
with:
175175
username: ${{ secrets.dockerhub_username }}
176176
password: ${{ secrets.dockerhub_password }}
@@ -233,7 +233,7 @@ jobs:
233233
# Deploy
234234
# ------------------------------------------------------------
235235
- name: "[DEPLOY] Login"
236-
uses: docker/login-action@v1
236+
uses: docker/login-action@v2
237237
with:
238238
username: ${{ secrets.DOCKERHUB_USERNAME }}
239239
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)