Skip to content

Commit 0337fb8

Browse files
build(deps): bump docker/login-action from 2.1.0 to 2.2.0 (#6973)
Bumps https://github.com/docker/login-action from 2.1.0 to 2.2.0. - Release notes: https://github.com/docker/login-action/releases/tag/v2.2.0 - Commits: docker/login-action@v2.1.0...v2.2.0
1 parent bd29cc4 commit 0337fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boulder-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Docker Login
7878
# You may pin to the exact commit or the version.
7979
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
80-
uses: docker/login-action@v2.1.0
80+
uses: docker/login-action@v2.2.0
8181
with:
8282
# Username used to log against the Docker registry
8383
username: ${{ secrets.DOCKER_USERNAME}}

0 commit comments

Comments
 (0)