pitié marche
continuous-integration/drone/push Build is passing Details

master
Siwa12100 1 month ago
parent f99bd42e50
commit 3f04b47acd

@ -3,12 +3,11 @@ type: docker
name: default
steps:
# 🐳 Étape de build et push dans la registry CodeFirst
- name: docker-build-and-push
image: plugins/docker
settings:
dockerfile: portfolio_siwa/Dockerfile
context: .
dockerfile: Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/jean.marcillac/portfolio-siwa
username:
@ -19,7 +18,7 @@ steps:
- latest
no_cache: true
# 🚀 Étape de déploiement sur CodeFirst (création/MAJ du container)
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:

Loading…
Cancel
Save