Skip to content

Commit

Permalink
Skip docker login for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 16, 2024
1 parent 2ca9ebb commit 9d69be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.ACCESS_TOKEN }}
registry: ghcr.io
if: ${{ github.actor != 'dependabot[bot]' }}
- name: Resolve build_ruby version
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
with:
Expand Down

0 comments on commit 9d69be3

Please sign in to comment.