Skip to content

Commit 324f2f9

Browse files
Merge pull request containrrr#42 from nicholas-fedor/renovate/docker-login-action-digest
chore(deps): update docker/login-action digest to 74a5d14
2 parents ad54a24 + 4ef6574 commit 324f2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
go-version: 1.24.1
3939

4040
- name: Login to Docker Hub
41-
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
41+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545

4646
- name: Login to GHCR
47-
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
47+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)