- use the docker image
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oonyeje 2025-02-27 06:50:27 -05:00
parent 6067782cde
commit acb4c64e23

View File

@ -22,7 +22,7 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
- name: build
image: docker/compose:latest
image: docker
environment:
SMTP_PROXY_EMAIL:
from_secret: SMTP_PROXY_EMAIL
@ -55,7 +55,7 @@ steps:
- 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
image: docker
environment:
SMTP_PROXY_EMAIL:
from_secret: SMTP_PROXY_EMAIL