Skip to content

Commit 27e8f56

Browse files
authored
Merge pull request #4 from maxcleme/fix-ci
fix(ci): use dev tag when not pushing
2 parents b49d65c + dd6cca6 commit 27e8f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
context: .
2525
file: ./Dockerfile
26-
tags: docker/aws-kms-sign-csr:${{ inputs.version }}
26+
tags: docker/aws-kms-sign-csr:dev
2727
push: false
2828
provenance: mode=max
2929
sbom: true

0 commit comments

Comments
 (0)