Skip to content

Commit

Permalink
Merge pull request #29 from acend/renovate/docker-login-action-digest
Browse files Browse the repository at this point in the history
Update docker/login-action digest to 1f36f5b
  • Loading branch information
phil-pona authored Oct 7, 2024
2 parents 642a0cf + 44e6200 commit 81c7ef5
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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 81c7ef5

Please sign in to comment.