Skip to content

Commit

Permalink
Update Dockerfile location for all services.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 9, 2024
1 parent 3316982 commit 7a27051
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,23 @@ jobs:
matrix:
# package: [database, backend, frontend, minio]
package: [database, backend, minio]
include:
- package: database
build_context: ./
build_file: database/Dockerfile
triggers: ('database/')
- package: backend
build_context: ./
build_file: ./Dockerfile
triggers: ('backend/', 'frontend/')
- package: minio
build_context: ./
build_file: minio/Dockerfile
triggers: ('minio/')
timeout-minutes: 20
steps:
- uses: bcgov-nr/[email protected]
with:
build_context: ./../
build_file: ./Dockerfile
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
Expand Down

0 comments on commit 7a27051

Please sign in to comment.