We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c34943f + b6f48f1 commit a22eacaCopy full SHA for a22eaca
.github/workflows/publish-release.yaml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
version: v0.18.0
55
56
- - name: Build and publish container image
+ - name: Build and publish lfx-v1-sync-helper image
57
run: |
58
ko build github.com/linuxfoundation/lfx-v1-sync-helper/cmd/lfx-v1-sync-helper \
59
-B \
@@ -62,6 +62,7 @@ jobs:
62
-t ${{ steps.prepare.outputs.app_version }} \
63
-t latest \
64
--sbom spdx
65
+ - name: Build and publish dynamodb-stream-consumer image
66
67
ko build github.com/linuxfoundation/lfx-v1-sync-helper/cmd/dynamodb-stream-consumer \
68
0 commit comments