Skip to content

Commit 2928ff1

Browse files
chore(deps): Update docker/login-action action to v3.3.0 (#765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d10f4f2 commit 2928ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
2525
- name: Login to GitHub Container Registry
2626
# yamllint disable-line rule:line-length
27-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
27+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)