We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1bd1f commit c45ba2aCopy full SHA for c45ba2a
.github/workflows/pr-open.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: bcgov/action-builder-ghcr@d63c76a4bb7914d3a986a035904b49d99c2c4613 # v3.0.0
49
with:
50
package: ${{ matrix.package }}
51
- tag: ${{ github.event.number || github.sha }}
+ tags: ${{ github.event.number || github.sha }}
52
tag_fallback: latest
53
token: ${{ secrets.GITHUB_TOKEN }}
54
0 commit comments