Skip to content

Commit a22eaca

Browse files
authored
Merge pull request #38 from linuxfoundation/jme/LFXV2-1094
fix publish-release job
2 parents c34943f + b6f48f1 commit a22eaca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
version: v0.18.0
5555

56-
- name: Build and publish container image
56+
- name: Build and publish lfx-v1-sync-helper image
5757
run: |
5858
ko build github.com/linuxfoundation/lfx-v1-sync-helper/cmd/lfx-v1-sync-helper \
5959
-B \
@@ -62,6 +62,7 @@ jobs:
6262
-t ${{ steps.prepare.outputs.app_version }} \
6363
-t latest \
6464
--sbom spdx
65+
- name: Build and publish dynamodb-stream-consumer image
6566
run: |
6667
ko build github.com/linuxfoundation/lfx-v1-sync-helper/cmd/dynamodb-stream-consumer \
6768
-B \

0 commit comments

Comments
 (0)