Commit c53b9c1b authored by NGPixel's avatar NGPixel

fix: docker apk update before remove

parent 4f94dda3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment