Skip to content

Commit c45ba2a

Browse files
committed
Fix params
1 parent 4f1bd1f commit c45ba2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: bcgov/action-builder-ghcr@d63c76a4bb7914d3a986a035904b49d99c2c4613 # v3.0.0
4949
with:
5050
package: ${{ matrix.package }}
51-
tag: ${{ github.event.number || github.sha }}
51+
tags: ${{ github.event.number || github.sha }}
5252
tag_fallback: latest
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454

0 commit comments

Comments
 (0)