From 46ebcc041fba9a9f01c5fa656e6160c4861631cf Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Mon, 14 Oct 2024 22:59:21 +0100 Subject: [PATCH] Fixed actions --- .gitea/workflows/sync-prices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-prices.yaml b/.gitea/workflows/sync-prices.yaml index 84e9960..b33158f 100644 --- a/.gitea/workflows/sync-prices.yaml +++ b/.gitea/workflows/sync-prices.yaml @@ -15,7 +15,7 @@ jobs: username: lino-authelia password: ${{ secrets.REGISTRY_PASS }} - name: Run container - run: gitea.lino.cooking/lino-authelia/bpi-stock-price-scraper + run: docker run gitea.lino.cooking/lino-authelia/bpi-stock-price-scraper:latest env: GHOSTFOLIO_SECURITY_TOKEN: ${{ secrets.GHOSTFOLIO_SECURITY_TOKEN }} GHOSTFOLIO_HOST: ${{ secrets.GHOSTFOLIO_HOST }}