Skip to content

Commit c6afaf5

Browse files
authored
chore(ci): update builder action (#2387)
1 parent 18bd655 commit c6afaf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-open.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
package: [backend, frontend, migrations]
2323
timeout-minutes: 10
2424
steps:
25-
- uses: bcgov/action-builder-ghcr@ace71f7a527ca6fc43c15c7806314be5a4579d2c # v2.3.0
25+
- uses: bcgov/action-builder-ghcr@v3.0.0 #v3.0.0
2626
with:
27-
keep_versions: 50
2827
package: ${{ matrix.package }}
29-
tag: ${{ github.event.number }}
28+
tags: ${{ github.event.number }}
3029
tag_fallback: latest
3130
triggers: ('${{ matrix.package }}/')
3231

0 commit comments

Comments
 (0)