Skip to content

Commit 20f5e4a

Browse files
authored
fix(ci): remove unnecessary apko install (#1218)
1 parent 46bd74d commit 20f5e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Build and push local-artifact-mirror image
3737
id: local-artifact-mirror
3838
run: |
39-
make -C local-artifact-mirror apko build-ttl.sh
39+
make -C local-artifact-mirror build-ttl.sh
4040
echo "image=$(cat local-artifact-mirror/build/image)" >> $GITHUB_OUTPUT
4141
4242
- name: Build and push operator image
4343
id: operator
4444
run: |
45-
make -C operator apko build-ttl.sh build-chart-ttl.sh
45+
make -C operator build-ttl.sh build-chart-ttl.sh
4646
echo "image=$(cat operator/build/image)" >> $GITHUB_OUTPUT
4747
echo "chart=$(cat operator/build/chart)" >> $GITHUB_OUTPUT
4848

0 commit comments

Comments
 (0)