Skip to content

Commit

Permalink
fix(ci): add tags to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
project0 committed Mar 26, 2023
1 parent c9d2d29 commit 2f07fd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [master]

env:
GOFLAGS: -tags=containers_image_openpgp,exclude_graphdriver_btrfs,btrfs_noversion,exclude_graphdriver_devicemapper

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f07fd6

Please sign in to comment.