Skip to content

Commit

Permalink
Merge pull request #20 from acend/renovate/docker-login-action-digest
Browse files Browse the repository at this point in the history
Update docker/login-action digest to 3b8fed7
  • Loading branch information
phil-pona authored Sep 28, 2024
2 parents fcb6c9d + 999f272 commit 7d1031f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Log in to the ghcr.io Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Log in to the ghcr.io Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 7d1031f

Please sign in to comment.