Skip to content

Commit e64a52c

Browse files
committed
make it a make command
1 parent 86a144a commit e64a52c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/image-deps-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Update k0s images
23-
run: deploy/scripts/k0s-images.sh
23+
run: make update-k0s-images
2424

2525
- name: Create Pull Request # creates a PR if there are differences
2626
uses: peter-evans/create-pull-request@v6

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ cache-files: export EMBEDDED_OPERATOR_BINARY_URL_OVERRIDE
271271
cache-files:
272272
./scripts/cache-files.sh
273273

274+
.PHONY: update-k0s-images
275+
update-k0s-images:
276+
./scripts/update-k0s-images.sh
277+
274278
ifeq (,$(shell go env GOBIN))
275279
GOBIN=$(shell go env GOPATH)/bin
276280
else
File renamed without changes.

0 commit comments

Comments
 (0)