Skip to content

Commit

Permalink
add docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTermor committed Feb 29, 2024
1 parent 390550c commit e14294b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
- name: Build dev
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: bxt:dev
file: docker/dev.Dockerfile
- name: Build prod
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: bxt:0.1
file: docker/prod.Dockerfile

0 comments on commit e14294b

Please sign in to comment.