diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 7f62e6f8a..79127d925 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -15,11 +15,11 @@ jobs: - name: backend context: ./backend dockerfile: ./backend/Dockerfile - target: production + target: build - name: webapp context: ./webapp dockerfile: ./webapp/Dockerfile - target: production + target: build - name: neo4j context: ./neo4j dockerfile: ./neo4j/Dockerfile