Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jul 18, 2024
1 parent 75aed95 commit d9578c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/image-deps-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Compile buildtools
run: |
make buildtools
- name: Update k0s images
run: make update-k0s-images
run: output/bin/buildtools update images k0s

- name: Create Pull Request # creates a PR if there are differences
uses: peter-evans/create-pull-request@v6
Expand All @@ -35,8 +39,7 @@ jobs:
automated-pr
images
type::security
# draft: false
draft: true
draft: false
# base: "main"
base: "sgalsaleh/sc-108755/use-chainguard-images-for-embedded-cluster"
body: "Automated changes by the [image-deps-updater](https://github.com/replicatedhq/embedded-cluster/blob/main/.github/workflows/image-deps-updater.yaml) GitHub action"
Expand Down

0 comments on commit d9578c5

Please sign in to comment.