Skip to content

Commit

Permalink
chore: install zarf
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Feb 9, 2024
1 parent 5aa7b4a commit 26453d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install Zarf
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.1

- name: Update Images
uses: ./.github/actions/update-images
Expand Down

0 comments on commit 26453d9

Please sign in to comment.