Skip to content

Commit

Permalink
Revert "temp disable cache postgres build"
Browse files Browse the repository at this point in the history
This reverts commit ead6bc6.
  • Loading branch information
jdkent committed May 24, 2024
1 parent ead6bc6 commit e2ca886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
store_nginx.cache-from=type=gha,scope=cached-store-nginx
store_nginx.cache-to=type=gha,scope=cached-store-nginx,mode=max,ignore-error=true
store_pgsql.tags=ghcr.io/${{ github.repository_owner }}/store_pgsql:${{ hashFiles('**/store/postgres/**') }}
store_pgsql.cache-from=type=registry,ref=ghcr.io/${{ github.repository_owner }}/store_pgsql:${{ hashFiles('**/store/postgres/**') }}
store_pgsql.cache-from=type=gha,scope=cached-store-pgsql
store_pgsql.cache-to=type=gha,scope=cached-store-pgsql,mode=max,ignore-error=true
Expand Down

0 comments on commit e2ca886

Please sign in to comment.