Skip to content

Commit 81395ab

Browse files
dependabot[bot]kriberg
authored andcommitted
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] <support@github.com>
1 parent b20f446 commit 81395ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install git
1111
run: sudo apt-get install git
1212
- name: Quay login
13-
uses: docker/login-action@v2
13+
uses: docker/login-action@v3
1414
with:
1515
registry: quay.io
1616
username: ${{ secrets.QUAY_USER }}

0 commit comments

Comments
 (0)