Skip to content

Commit

Permalink
Print out local images
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 4, 2020
1 parent 7658eb5 commit 12db4af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-only.yaml
Expand Up @@ -32,11 +32,15 @@ jobs:
tags: ghcr.io/alexellis/registry-creds:${{ github.sha }}
- name: Image digest
run: echo ghcr.io/alexellis/registry-creds:${{ github.sha }}
- name: Image digest 2
run: echo ${{ steps.local_build.outputs.digest }}
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.4.0
with:
version: "v0.9.0"
image: kindest/node:v1.18.8
- name: Show images
run: docker images
- name: Load test image
run: kind load --loglevel trace docker-image ghcr.io/alexellis/registry-creds:${{ github.sha }}
- name: Apply CRD
Expand Down

0 comments on commit 12db4af

Please sign in to comment.