diff --git a/.gitea/workflows/cicache.yml b/.gitea/workflows/cicache.yml index 3f0d38b..74e5a74 100644 --- a/.gitea/workflows/cicache.yml +++ b/.gitea/workflows/cicache.yml @@ -15,6 +15,7 @@ jobs: DB_NAME: calminer_test DB_USER: calminer DB_PASSWORD: calminer_password + REGISTRY_CONTAINER_NAME: calminer runs-on: ubuntu-latest services: @@ -36,7 +37,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: "3.12" - name: Get pip cache dir id: pip-cache @@ -85,7 +86,7 @@ jobs: - name: Build Docker image run: | - docker build -t calminer . + docker build -t ${{ env.REGISTRY_CONTAINER_NAME }} . build: runs-on: ubuntu-latest