Skip to content

Commit

Permalink
ci: do not build and push Docker images on PRs from dependabot.
Browse files Browse the repository at this point in the history
Dependabot does not possess the required privileges to push to our
Docker registry, so there's no point building and pushing the image at
that point.
  • Loading branch information
qkaiser committed Jan 20, 2024
1 parent c907b42 commit fc47e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- '**'
branches-ignore:
- 'dependabot/*'

env:
DOCKER_IMAGE: ghcr.io/onekey-sec/unblob
Expand Down

0 comments on commit fc47e42

Please sign in to comment.