Skip to content

Commit

Permalink
ci: switch to docker driver for buildx actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 28, 2024
1 parent 79c4d2e commit 1a3f817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: Build Docker image (base)
uses: docker/build-push-action@v3
with:
tags: gptme:latest
file: ./Dockerfile
context: .
load: true
push: false
- name: Build Docker image (eval)
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 1a3f817

Please sign in to comment.