Skip to content

Commit

Permalink
Build file
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 12, 2024
1 parent 84f6512 commit 132cc00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
include:
- package: backend
build_context: ./
build_file: ./backend/Dockerfile
timeout-minutes: 20
steps:
- uses: bcgov-nr/[email protected]
with:
keep_versions: 50
build_context: ${{ matrix.build_context }}
build_file: ${{ matrix.build_file }}
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
Expand Down

0 comments on commit 132cc00

Please sign in to comment.