- fix yaml so command is ran in the push step
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
oonyeje 2025-02-23 00:23:24 -05:00
parent a399f4d5ef
commit 0c9b160498

View File

@ -32,6 +32,9 @@ steps:
- docker tag oonyeje-portfolio gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio:latest
- name: push-image
image: docker/compose:latest
volumes:
- name: docker_sock
path: /var/run/docker.sock
settings:
compose_file: ./docker-compose.drone.yaml
push: