mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): improve release workflow/tidy up
This commit is contained in:
parent
57f0f388ec
commit
a7e404be1d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user