Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 38393a7

Browse files
committed
fix: build
1 parent ac20d95 commit 38393a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ibmcloud-codeengine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
CR_IMAGE: ${{ vars.CR_IMAGE }}
5757
run: |
5858
IMAGE_TAG=$(date '+%FT%H%M%S')
59-
docker build -t ${CR_IMAGE}:$IMAGE_TAG . -f ce/Dockerfile
59+
docker build -t ${CR_IMAGE}:$IMAGE_TAG .
6060
docker push ${CR_IMAGE}:$IMAGE_TAG
6161
ibmcloud ce project select --name ${CE_PROJECT}
6262
ibmcloud ce app logs --tail 5 --follow --name ${CE_APP_NAME} &

.github/workflows/pr-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: PR Tests CI
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

0 commit comments

Comments
 (0)