Skip to content

Commit

Permalink
More docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango committed Jul 27, 2024
1 parent fbef6db commit ea498e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!bin/
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,17 @@ jobs:
- name: Make
run: make provider

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v6
with:
push: false
cache-from: gha
cache-to: gha
context: .
file: tests/Dockerfile

- name: Test
run: make test_provider

0 comments on commit ea498e3

Please sign in to comment.