Skip to content

Commit

Permalink
[GOVCMS-7733]: Add go-shipshape (#304)
Browse files Browse the repository at this point in the history
* Add the shipshape binary

* Pin to 0.1.11.

* Update Dockerfile.govcms
  • Loading branch information
steveworley authored Jul 21, 2022
1 parent 27b5953 commit 2441c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/Dockerfile.govcms
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ARG LAGOON_IMAGE_VERSION

FROM uselagoon/php-8.1-cli-drupal:${LAGOON_IMAGE_VERSION} as builder

COPY --from=ghcr.io/salsadigitalauorg/shipshape:0.1.12 /usr/local/bin/shipshape /usr/local/bin/shipshape

ARG GOVCMS_PROJECT_VERSION
ARG COMPOSER_AUTH
ARG GITHUB_TOKEN
Expand Down

0 comments on commit 2441c35

Please sign in to comment.