more claude tips
This commit is contained in:
@@ -9,12 +9,22 @@ steps:
|
||||
- echo "Done"
|
||||
|
||||
- name: build
|
||||
image: docker
|
||||
image: docker:dind
|
||||
commands:
|
||||
- sleep 5 # Wait for Docker daemon to start
|
||||
- docker build -t scottyah/blog:latest .
|
||||
- docker push scottyah/blog:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://127.0.0.1:2375
|
||||
privileged: true
|
||||
|
||||
# - name: build
|
||||
# image: docker
|
||||
# commands:
|
||||
# - docker build -t scottyah/blog:latest .
|
||||
# - docker push scottyah/blog:latest
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
- name: deploy
|
||||
image: kubernetes/client:latest
|
||||
|
||||
Reference in New Issue
Block a user