fix: docker apk update before remove
This commit is contained in:
parent
4f94dda33c
commit
c53b9c1b6e
@ -44,6 +44,7 @@ deploy-docker-master:
|
||||
name: remove dev dependencies
|
||||
code: |
|
||||
yarn install --production --ignore-scripts --prefer-offline
|
||||
apk update
|
||||
apk del build-base yarn
|
||||
- internal/docker-push:
|
||||
username: $DOCKER_HUB_USERNAME
|
||||
|
Loading…
Reference in New Issue
Block a user