Skip to content

Commit fba723a

Browse files
build(deps): bump docker/login-action from 2.2.0 to 3.0.0 (#31)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.2.0...v3.0.0) --- 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 6d3be1e commit fba723a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
uses: docker/[email protected]
107107

108108
- name: Login to DockerHub
109-
uses: docker/login-action@v2.2.0
109+
uses: docker/login-action@v3.0.0
110110
with:
111111
username: ${{ secrets.DOCKER_HUB_USERNAME }}
112112
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
113113

114114
- name: Login to GitHub Container Registry
115-
uses: docker/login-action@v2.2.0
115+
uses: docker/login-action@v3.0.0
116116
with:
117117
registry: ghcr.io
118118
username: ${{ github.actor }}

0 commit comments

Comments
 (0)