Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed May 28, 2024
1 parent 0531b1c commit 26a3e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 26a3e2e

Please sign in to comment.