Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent f3a956b commit 1c34db1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

- name: Build base image
run: docker build -t diamonds2_base:latest -f .docker/dockerfiles/base .

- name: Build docker image
run: docker compose -f docker-compose.yml build
run: |
docker build -t diamonds2_base:latest -f .docker/dockerfiles/base .
docker compose -f docker-compose.yml build
# Build and push production images
build-prod:
Expand Down

0 comments on commit 1c34db1

Please sign in to comment.