Skip to content

Commit 9001534

Browse files
build(deps): bump docker/login-action from 3.1.0 to 3.3.0 (#88)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.3.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 833775b commit 9001534

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@v3.1.0
109+
uses: docker/login-action@v3.3.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@v3.1.0
115+
uses: docker/login-action@v3.3.0
116116
with:
117117
registry: ghcr.io
118118
username: ${{ github.actor }}

0 commit comments

Comments
 (0)