Skip to content

Commit 719c872

Browse files
chore(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 48be154 commit 719c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=ref,event=pr
4040
4141
- name: Log in to the Container registry
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@v2
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)