mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
1
.github/workflows/publish-rolling.yml
vendored
1
.github/workflows/publish-rolling.yml
vendored
@@ -70,7 +70,6 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
no-cache: true
|
||||
tags: jesec/flood:master
|
||||
|
||||
- run: sleep 10
|
||||
|
||||
@@ -28,6 +28,7 @@ RUN npm pack
|
||||
FROM ${NODE_IMAGE} as flood
|
||||
|
||||
# Copy package built
|
||||
RUN rm -rf /tmp/*
|
||||
COPY --from=nodebuild /usr/src/app/*.tgz /tmp/
|
||||
|
||||
# Install package and then remove caches
|
||||
|
||||
Reference in New Issue
Block a user