Skip to content

Commit

Permalink
chore(ci): improve release workflow/tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 19, 2022
1 parent 57f0f38 commit a7e404b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
build-and-push-image:
name: Build and push container image
runs-on: ubuntu-latest
needs: [coverage]
needs: [coverage, test]
permissions:
contents: read
packages: write
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ COPY . .

RUN npm run build

RUN ls -hal

FROM node:18-alpine3.15

LABEL org.opencontainers.image.title="Nostr Typescript Relay"
Expand Down

0 comments on commit a7e404b

Please sign in to comment.