Skip to content

Commit

Permalink
[WIP] Check docker version and image status output
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Sep 5, 2023
1 parent b18e2c8 commit 03a3344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
git config --global user.email [email protected]
git config --global user.name Your Name
make all
docker version
make test-docker
env:
KPT_FN_RUNTIME: ${{ matrix.runtime }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
git config --global user.email [email protected]
git config --global user.name Your Name
make all
docker version
make test-docker
- name: Login to GCR
uses: docker/login-action@v2
Expand Down

0 comments on commit 03a3344

Please sign in to comment.