chore(ci): improve release workflow/tidy up

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-10-19 00:34:34 -04:00
parent 57f0f388ec
commit a7e404be1d
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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"