Skip to content

Commit

Permalink
Merge pull request #5 from acend/renovate/docker-login-action-digest
Browse files Browse the repository at this point in the history
Update docker/login-action digest to 9780b0c
  • Loading branch information
splattner authored Aug 22, 2024
2 parents 9ef6a29 + 50fd51d commit d1876a2
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@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
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@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d1876a2

Please sign in to comment.