Skip to content

Commit 528c07e

Browse files
Bump docker/login-action from 1.9.0 to 1.10.0 (#136)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 901bf50 commit 528c07e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev_builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build kubernetes-tools image
2424
run: make build-release-image BUILD_TAG=${{ steps.extract_tag.outputs.tag }}
2525
- name: Login to Docker Hub
26-
uses: docker/login-action@v1.9.0
26+
uses: docker/login-action@v1.10.0
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/pre_release_builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build kubernetes-tools image
2121
run: make build-image BUILD_TAG=${{ steps.extract_tag.outputs.tag }}
2222
- name: Login to Docker Hub
23-
uses: docker/login-action@v1.9.0
23+
uses: docker/login-action@v1.10.0
2424
with:
2525
username: ${{ secrets.DOCKER_USERNAME }}
2626
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release_builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build kubernetes-tools image
1919
run: make build-release-image BUILD_TAG=${{ steps.extract_tag.outputs.tag }}
2020
- name: Login to Docker Hub
21-
uses: docker/login-action@v1.9.0
21+
uses: docker/login-action@v1.10.0
2222
with:
2323
username: ${{ secrets.DOCKER_USERNAME }}
2424
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)