- fix accidental syntax clobber
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oonyeje 2025-02-25 18:21:01 -05:00
parent da780e062d
commit 6112d7b6e8

View File

@ -28,7 +28,7 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker-compose -f ./docker-compose.drone.yaml
- docker-compose -f ./docker-compose.drone.yaml build
- 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