Skip to content

Commit

Permalink
Merge pull request #1019 from vmware-tanzu/install-imgpkg
Browse files Browse the repository at this point in the history
Install imgpkg before running release workflow (#986)
  • Loading branch information
neil-hickey authored Dec 9, 2022
2 parents 2060157 + ccd6a09 commit 068fa48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Install Carvel Tools
run: ./hack/install-deps.sh

- name: Install imgpkg
uses: vmware-tanzu/carvel-setup-action@v1
with:
only: imgpkg

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -118,7 +123,7 @@ jobs:
${checksums['kctrl-darwin-arm64']} ./kctrl-darwin-arm64
${checksums['kctrl-linux-amd64']} ./kctrl-linux-amd64
${checksums['kctrl-linux-arm64']} ./kctrl-linux-arm64
${checksums['kctrl-windows-amd64.exe']} ./kctrl-windows-amd64.exe`
${checksums['kctrl-windows-amd64.exe']} ./kctrl-windows-amd64.exe
${checksums['package.yml']} ./carvel-artifacts/packages/kapp-controller.carvel.dev/package.yml
${checksums['package-metadata.yml']} ./carvel-artifacts/packages/kapp-controller.carvel.dev/package-metadata.yml`
Expand Down

0 comments on commit 068fa48

Please sign in to comment.