Skip to content

Commit f1ae84b

Browse files
dependabot[bot]dati18
authored andcommitted
Bump docker/login-action from 1 to 1.9.0 (#13)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v1.9.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6364928 commit f1ae84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
${{ runner.os }}-buildx-
3838
-
3939
name: Login to GitHub Container Registry
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v1.9.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)