Skip to content

Commit

Permalink
Install imgpkg before running release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
100mik committed Nov 24, 2022
1 parent 4c7230e commit ab4c07a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .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

0 comments on commit ab4c07a

Please sign in to comment.