Skip to content

Commit

Permalink
Update docker/login-action digest to 0689575
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 85714d3 commit c8b5e79
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 @@ -21,7 +21,7 @@ jobs:

-
name: Log in to the ghcr.io Container registry
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
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 @@ -22,7 +22,7 @@ jobs:

-
name: Log in to the ghcr.io Container registry
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit c8b5e79

Please sign in to comment.