diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2e3f15f..94d319f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 9bd750c1..74cb2000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"