From 26a3e2e9191380166e25fe81308edc5a2dd801f3 Mon Sep 17 00:00:00 2001 From: sax Date: Tue, 28 May 2024 13:01:41 +0200 Subject: [PATCH] updates CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e6ca10..d2ad5ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-20.04 needs: [build] container: - image: ${DOCKER_CACHE_IMAGE}:hde-dev-latest + image: ${env.DOCKER_CACHE_IMAGE}:hde-dev-latest credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-20.04 needs: [build] container: - image: ${DOCKER_CACHE_IMAGE}:hde-dev-latest + image: ${env.DOCKER_CACHE_IMAGE}:hde-dev-latest credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}