Skip to content

Commit

Permalink
node should have zip installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Aug 5, 2020
1 parent 3cd1745 commit 5c94ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs-12-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
docker tag image "${IMAGE_ID}:latest"
docker push "${IMAGE_ID}:latest"
docker tag image "${IMAGE_ID}:${image_version}"
docker push "${IMAGE_ID}:${image_version}"
docker tag image "${IMAGE_ID}:${image_version}.${PURPOSE}.${GITHUB_SHA::8}"
docker push "${IMAGE_ID}:${image_version}.${PURPOSE}.${GITHUB_SHA::8}"
Expand Down
2 changes: 1 addition & 1 deletion nodejs/12/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL vendor="cloud kats" \
org.opencontainers.image.tools="node=12.16.3" \
org.opencontainers.image.context="app"

ENV PACKAGES "git bash tini"
ENV PACKAGES "git bash tini zip"

USER root

Expand Down

0 comments on commit 5c94ac1

Please sign in to comment.