Skip to content

Commit f7db9de

Browse files
authored
Update docker.yml
1 parent 93ebdda commit f7db9de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
docker run -t --rm kooldev/toolkit:full doctl version
2727
docker run -t --rm kooldev/toolkit:full helm version
2828
29-
deploy:
30-
needs: build
31-
runs-on: ubuntu-latest
32-
steps:
3329
- name: Push to Hub
3430
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-toolkit'
3531
env:

0 commit comments

Comments
 (0)