Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 18, 2024
1 parent d1b4930 commit 958db8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 43 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
dist/
.git
yarn.lock
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ matrix.package }}-${{ steps.publish.outputs.version }}
tag_name: @nostrwatch/${{ matrix.package }}#${{ steps.publish.outputs.version }}
release_name: v${{ matrix.package }}-${{ steps.publish.outputs.version }}
body: ""
draft: false
Expand Down
3 changes: 2 additions & 1 deletion apps/trawler/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
docker-compose.yaml
docker-compose.yaml
yarn.lock
4 changes: 2 additions & 2 deletions apps/trawler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ WORKDIR /app
# Copy the current directory contents into the container at /usr/src/app
COPY . .

RUN echo "registry=http://host.docker.internal:4873" > .npmrc
# RUN echo "registry=http://host.docker.internal:4873" > .npmrc

# Install any needed packages specified in package.json
RUN yarn install
RUN yarn install --network-timeout 1000000

# Make port 3000 available to the world outside this container
EXPOSE 3000
Expand Down
39 changes: 0 additions & 39 deletions apps/trawler/nginx.conf

This file was deleted.

0 comments on commit 958db8e

Please sign in to comment.