0.12.8 : add activity and notification after user creation
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 6m47s

This commit is contained in:
2025-11-21 13:50:05 +01:00
parent 4815157c3a
commit a928acb7d2
5 changed files with 54 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ env:
DOCKER_REGISTRY_URL: git.harmonylab.ovh
DOCKER_REGISTRY_ORG: harmony
RELEASE_VERSION: 1.2.0
DOCKPLOY_WEBHOOK_URL: http://192.168.0.220:3000/api/deploy/DxPrQ9JtATe40vH4N35KB
DOCKPLOY_WEBHOOK_URL: http://192.168.0.220:3000/api/deploy/HHWS7dR5rT-8vbXD6Zypv
DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/1433240422901088339/GAvL79ESBRabkB6rvxN2DsWI74KJ_Szgp9W2_PycPIY113rMCT_9LvIv-iTLCMD9W9qH
jobs:
@@ -33,22 +33,6 @@ jobs:
username: admin
password: Apslxnap12bn23
- name: Debug Docker and Registry
run: |
echo "=== Docker version ==="
docker version
echo "=== Docker info ==="
docker info
echo "=== Current tags ==="
docker images | grep "$DOCKER_REGISTRY_URL"
echo "=== Test simple image push ==="
docker pull busybox:latest
docker tag busybox:latest $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/test-busybox:latest
docker push $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/test-busybox:latest || echo "Test push failed"
# Build the Docker image
- name: Build the Docker image
run: docker build . --file Dockerfile --tag $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/$DOCKER_IMAGE_NAME:${{ steps.package-version.outputs.current-version}}