Actualiser .gitea/workflows/build-push.yaml
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build --tag niepce.petite-maison-orange.fr/blueskycrossposter:latest .
|
||||
docker build --tag niepce.petite-maison-orange.fr/public/blueskycrossposter:latest .
|
||||
|
||||
- name: Build image failed
|
||||
if: failure()
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
docker push niepce.petite-maison-orange.fr/blueskycrossposter:latest
|
||||
docker push niepce.petite-maison-orange.fr/public/blueskycrossposter:latest
|
||||
|
||||
- name: Push image failed
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user