Skip to content

Commit

Permalink
set up docker registry cache for docs image
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Dec 15, 2024
1 parent 5a7ca94 commit 0100630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
context: docs
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/bt-docs:prod
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/bt-docs:prod
cache-to: type=inline
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/bt-docs:prod-cache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/bt-docs:prod-cache

deploy:
name: SSH and Deploy
Expand Down

0 comments on commit 0100630

Please sign in to comment.