Skip to content

Commit

Permalink
Stop using ttl.sh as the registry for windows
Browse files Browse the repository at this point in the history
Use instead the windows registry version

Signed-off-by: Joao Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Feb 14, 2022
1 parent 490fd5b commit 64e1602
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ jobs:
export PATH="$GOPATH/bin:$PATH"
cd src/github.com/${{ github.repository }}
export IMGPKG_E2E_IMAGE="ttl.sh/github-action-test-relocation-$GITHUB_RUN_ID"
export IMGPKG_E2E_RELOCATION_REPO="ttl.sh/github-action-imgpkg-test-$GITHUB_RUN_ID"
export IMGPKG_E2E_IMAGE="localhost:5000/github-action-test-relocation-$GITHUB_RUN_ID"
export IMGPKG_E2E_RELOCATION_REPO="localhost:5000/github-action-imgpkg-test-$GITHUB_RUN_ID"
go install github.com/sigstore/cosign/cmd/cosign@v0.5.0
alias cosign=cosign.exe
docker run -d -p 5000:5000 --restart=always --name registry ghcr.io/tanzu-vmware/vmware-tanzu/carvel-imgpkg/registry-windows:2.8.0-2022
export IMGPKG_BINARY_EXT=".exe"
./hack/test-all.sh
'
'

0 comments on commit 64e1602

Please sign in to comment.