Skip to content

Commit

Permalink
Merge pull request #232 from acend/renovate/docker-login-action-digest
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action digest to 0d4c9c5
  • Loading branch information
splattner authored May 29, 2024
2 parents e0de7c5 + 3db580a commit fe15a87
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 @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Log in to the ghcr.io Container registry
uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
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 @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Log in to the ghcr.io Container registry
uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit fe15a87

Please sign in to comment.