Skip to content

Commit

Permalink
chore: Update carvel-dev setup action
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Alfonso <dalfonso@vmware.com>
  • Loading branch information
odinnordico committed Sep 19, 2023
1 parent 6f7e328 commit 363839d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
go-version: 1.18.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
imgpkg version
kbld version
Expand Down Expand Up @@ -141,11 +143,9 @@ jobs:
BUNDLE: registry.local:5000/service-bindings/bundle
steps:
- uses: actions/checkout@v4
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
imgpkg: v0.29.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
imgpkg version
kbld version
Expand Down Expand Up @@ -340,11 +340,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vmware-tanzu/carvel-setup-action@v1
- uses: carvel-dev/setup-action@v1
with:
imgpkg: v0.22.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
imgpkg version
kbld version
Expand Down

0 comments on commit 363839d

Please sign in to comment.