Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Forsberg committed Feb 16, 2024
1 parent c2eb9af commit 7b3efe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build docker image
run: |
docker build -t diamonds2_base:latest -f .docker/dockerfiles/base ..
docker build -t diamonds2_base:latest -f .docker/dockerfiles/base .
docker-compose -f docker-compose.yml build
# Build and push production images
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v1
- name: Build docker image
run: |
docker build -t diamonds2_base:latest -f .docker/dockerfiles/base ..
docker build -t diamonds2_base:latest -f .docker/dockerfiles/base .
docker-compose -f docker-compose.prod-build.yml build
- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 7b3efe5

Please sign in to comment.