diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index ad8f382..946b81f 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -9,4 +9,5 @@ runs: using: "composite" steps: - name: Build the image itself + shell: bash run: docker build -t ${{ inputs.tag }} -f docker/Dockerfile . diff --git a/price_feeds_config.json b/price_feeds_config.json index 4a17321..c51154f 100644 --- a/price_feeds_config.json +++ b/price_feeds_config.json @@ -343,7 +343,7 @@ "Price-BNB/USDT-6": { "label": "₮", "deviationPercentage": 3.5, - "maxSecsBetweenUpdates": 300, + "maxSecsBetweenUpdates": 900, "minSecsBetweenUpdates": 900 }, "Price-BTC/USD-6": {