Skip to content

Commit f41824d

Browse files
Merge pull request #263 from rojopolis/dependabot/github_actions/docker/login-action-3.5.0
2 parents 8806819 + 3100230 commit f41824d

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
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # ratchet:docker/setup-buildx-action@v3
2626

2727
- name: Login to GitHub Registry
28-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # ratchet:docker/login-action@v3
28+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # ratchet:docker/login-action@v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)