diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c07f03..6ce02fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,4 +42,6 @@ jobs: push: true tags: | ${{ env.DOCKER_REGISTRY }}/obsessed-yanqing:latest - ${{ env.DOCKER_REGISTRY }}/obsessed-yanqing:${{ env.VERSION }} \ No newline at end of file + ${{ env.DOCKER_REGISTRY }}/obsessed-yanqing:${{ env.VERSION }} + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file