Skip to content

Commit eec3136

Browse files
committed
fix(ci): add tags to pre-commit
1 parent c9d2d29 commit eec3136

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pre-commit.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches: [master]
77

8+
env:
9+
GOFLAGS: -tags=containers_image_openpgp,exclude_graphdriver_btrfs,btrfs_noversion,exclude_graphdriver_devicemapper
10+
811
jobs:
912
pre-commit:
1013
runs-on: ubuntu-latest
@@ -27,5 +30,3 @@ jobs:
2730
- name: Install dependencies
2831
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
2932
- uses: pre-commit/action@v3.0.0
30-
with:
31-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)