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