Skip to content

Commit

Permalink
Add build flag to test workflow (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Sep 2, 2024
1 parent ba58090 commit ef9e520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
id: build
with:
file: './${{ matrix.image }}'
build-args: CI=true
secrets: github_token=${{ secrets.GITHUB_TOKEN }}
load: true
cache-from: type=gha
Expand Down

0 comments on commit ef9e520

Please sign in to comment.