Skip to content

Commit 737a31e

Browse files
authored
fix: ramalama workflow failing on scheduled run (#3110)
Fixes #3098 Signed-off-by: Jeff MAURY <[email protected]>
1 parent 7acf72d commit 737a31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ramalama.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Update ramalama image references in AI Lab Extension
110110
working-directory: ./podman-desktop-extension-ai-lab
111-
run: sed -i -E "s/(@sha256:[0-9a-f]+)/:${{ github.event.inputs.tag }}/g" packages/backend/src/assets/inference-images.json
111+
run: sed -i -E "s/(@sha256:[0-9a-f]+)/:${{ github.event_name != 'workflow_dispatch' && 'latest' || github.event.inputs.tag }}/g" packages/backend/src/assets/inference-images.json
112112

113113
- name: Build Image
114114
working-directory: ./podman-desktop-extension-ai-lab

0 commit comments

Comments
 (0)