Skip to content

Commit

Permalink
fix(deps): Fix build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Oct 9, 2023
1 parent f0ae24a commit 87e6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# yamllint enable rule:line-length
- name: Login to GitHub Container Registry
uses: docker/[email protected]
if: env.IS_NOT_PR == 'true' && ${{ github.actor }} != 'dependabot'
if: env.IS_NOT_PR == 'true'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 87e6ae1

Please sign in to comment.