Skip to content

Commit 54145bd

Browse files
authored
Merge pull request #85 from bcgov/cicd/use-tags-in-builder-step
Use tags in builder step
2 parents a848c78 + ef04b88 commit 54145bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graphemes_api_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: bcgov-nr/action-builder-ghcr@fd17bc1cbb16a60514e0df3966d42dff9fc232bc # v4.0.0
5959
with:
6060
package: graphemes-api
61-
tag: ${{ env.tag }}
61+
tags: ${{ env.tag }}
6262
triggers: graphemes-api/**
6363
build_context: ./graphemes-api
6464
build_file: ./graphemes-api/Dockerfile

0 commit comments

Comments
 (0)