diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index f5f8051..d67d271 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -11,7 +11,7 @@ jobs: - name: checkout code uses: actions/checkout@v3 - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.buildx-cache