diff --git a/.dockerignore b/.dockerignore index b90a368..faa0cd1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ node_modules .next +!out diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 83192a0..6a51fa1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -44,7 +44,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: - no-cache: true push: true # temporal, migrate to waku-org tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest