Compare commits

..

3 Commits
dev ... main

Author SHA1 Message Date
619e8043be Update action.yml 2025-03-01 15:53:33 +01:00
f7ce5f1ff9 Update action.yml 2025-02-24 15:15:52 +01:00
b8d65c1aeb Update action.yml 2025-02-24 15:09:18 +01:00

View File

@ -33,13 +33,13 @@ jobs:
shell: bash shell: bash
env: env:
PLEXALYZER_TOKEN: ${{ secrets.PLEXALYZER_TOKEN }} PLEXALYZER_TOKEN: ${{ secrets.PLEXALYZER_TOKEN }}
MESSAGE_URL: 'https://api.covulor.dev.plexicus.com/receive_plexalyzer_message' MESSAGE_URL: 'https://api.covulor.plexicus.com/receive_plexalyzer_message'
run: | run: |
# Run container without mounting the file # Run container without mounting the file
container_id=$(docker run -d --rm \ container_id=$(docker run -d --rm \
-e PLEXALYZER_TOKEN="$PLEXALYZER_TOKEN" \ -e PLEXALYZER_TOKEN="$PLEXALYZER_TOKEN" \
-e MESSAGE_URL="$MESSAGE_URL" \ -e MESSAGE_URL="$MESSAGE_URL" \
plexicus/plexalyzer-dev:latest) plexicus/plexalyzer:latest)
docker cp "$(pwd)" "$container_id:/mounted_volumes" docker cp "$(pwd)" "$container_id:/mounted_volumes"