diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index d0a6c56..88fe315 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -25,9 +25,6 @@ jobs: bun i cd client bunx --bun vite build client --emptyOutDir --outDir '../server/public' - docker build -t ${{ github.repository }} . - - cd .. docker build -t ${{ github.repository }} .