- remove bad command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oonyeje 2025-02-25 18:19:51 -05:00
parent 2445ddf6f2
commit da780e062d

View File

@ -28,7 +28,7 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker-compose -f ./docker-compose.drone.yaml build -t oonyeje-portfolio:${DRONE_COMMIT_SHA:0:7} .
- docker-compose -f ./docker-compose.drone.yaml
- docker tag oonyeje-portfolio:${DRONE_COMMIT_SHA:0:7} gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio:${DRONE_COMMIT_SHA:0:7}
- name: push-image
image: docker/compose:latest