Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
marniks7 committed Aug 30, 2022
1 parent c87cc89 commit 463df8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,26 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: peterevans/dockerhub-description
repository: marniks7/env
- name: test
uses: addnab/docker-run-action@v3
with:
image: marniks7/env:latest
run: |
set -e
kubectl version --client
kubectl tkn version
tkn version
kpt version
kind version
k3d version
k version
docker version
yq --version
kubectl ns --help
kubectl ctx --help
jq --version
kind version
k3d version
tkn version
kpt version
helm version
kubectl krew version
kubectl tkn version
# kubectl ns --help
# kubectl ctx --help

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker run --network host --add-host=host.docker.internal:host-gateway -it \
marniks7/env
```

4. To run with init script add to the end
4. To run with init script add to the end of run command
` bash -c './init.sh && bash'`

## Absent Features
Expand Down

0 comments on commit 463df8c

Please sign in to comment.