Skip to content

Commit e8da327

Browse files
dependabot[bot]six-ddc
authored andcommitted
build(deps): 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] <[email protected]>
1 parent c075d5e commit e8da327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# go mod tidy
3131
# go test -v ./...
3232
- name: Docker Login
33-
uses: docker/login-action@v1
33+
uses: docker/login-action@v2
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)