Skip to content

Commit

Permalink
chore: use k8s-staging-apisnoop/verify-conformance (#3324)
Browse files Browse the repository at this point in the history
use public kubernetes published image

Signed-off-by: Caleb Woodbine <[email protected]>
  • Loading branch information
BobyMCbobs authored Aug 14, 2024
1 parent b7feb54 commit 0f9e903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
verify-conformance:
if: ${{ github.repository == 'cncf/k8s-conformance' }}
env:
IMAGE: ghcr.io/kubernetes-sigs/verify-conformance:2024-08-14-1030
IMAGE: gcr.io/k8s-staging-apisnoop/verify-conformance/verify-conformance:v20240814-2024-08-14-1030-6-g354ea7d@sha256:186655142026fab09d6791ce908f0b889ff201c345b342e16fe9d74b6442a66e
runs-on: ubuntu-latest
steps:
- name: write-config
Expand All @@ -34,7 +34,7 @@ jobs:
docker run --rm \
-v "$PWD:$PWD:ro" \
--workdir "$PWD" \
"{{ env.IMAGE }}" \
"${{ env.IMAGE }}" \
--github-endpoint=https://api.github.com \
--dry-run=false \
--github-app-id="${{ env.GH_APP_ID }}" \
Expand Down

0 comments on commit 0f9e903

Please sign in to comment.