diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index f8ce29ca5..23027c2f5 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -15,7 +15,7 @@ jobs: - name: backend context: ./backend dockerfile: ./backend/Dockerfile - target: build + target: production - name: webapp context: ./webapp dockerfile: ./webapp/Dockerfile