correction workflow
This commit is contained in:
@@ -41,6 +41,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
run: |
|
||||||
|
# Copier le certificat depuis le volume monté vers un emplacement standard
|
||||||
|
sudo cp /certs/zen-ca.pem /usr/local/share/ca-certificates/zen-ca.crt
|
||||||
|
sudo update-ca-certificates
|
||||||
with:
|
with:
|
||||||
context: . # UTILISE LE CONTEXTE LOCAL, PAS L'URL GIT
|
context: . # UTILISE LE CONTEXTE LOCAL, PAS L'URL GIT
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user