Skip to content

Commit

Permalink
πŸ› setup docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemocode committed Jun 22, 2023
1 parent 988d259 commit 6976ebd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,18 @@ jobs:
- name: Test
run: yarn test

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
driver: docker-container
driver-opts: |
image=moby/buildkit:v0.9.3
network=host
- name: Build and push Docker images
uses: docker/build-push-action@v4
with:
context: .
context: '.'
file: ./docker/Dockerfile.production
push: true
tags: |
Expand Down

0 comments on commit 6976ebd

Please sign in to comment.