We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ebdda commit f7db9deCopy full SHA for f7db9de
.github/workflows/docker.yml
@@ -26,10 +26,6 @@ jobs:
26
docker run -t --rm kooldev/toolkit:full doctl version
27
docker run -t --rm kooldev/toolkit:full helm version
28
29
- deploy:
30
- needs: build
31
- runs-on: ubuntu-latest
32
- steps:
33
- name: Push to Hub
34
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-toolkit'
35
env:
0 commit comments