Skip to content

Commit 74ab2df

Browse files
dependabot[bot]qkaiser
authored andcommitted
chore(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- 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 30688d5 commit 74ab2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
images: ${{ env.DOCKER_IMAGE }}
115115
- name: Login to GitHub Container Registry
116-
uses: docker/login-action@v2
116+
uses: docker/login-action@v3
117117
with:
118118
registry: ghcr.io
119119
username: ${{ github.actor }}

0 commit comments

Comments
 (0)