File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 --build-arg FETCHER_IMAGE_VERSION=${FETCHER_IMAGE_VERSION} \
3232 --build-arg BASE_IMAGE_VERSION=${BASE_IMAGE_VERSION} \
3333 --file Dockerfile --tag $IMAGE_NAME
34- test-image-ls :
35- runs-on : ubuntu-latest
36-
37- steps :
38- - name : Run tests
39- run : |
40- docker image ls
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN wget -O- https://download.docker.com/linux/static/stable/x86_64/docker-${DOC
4242RUN chmod +x /usr/local/bin/docker
4343
4444# Terraform https://github.com/hashicorp/terraform
45- RUN wget -O- https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
45+ RUN wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
4646RUN unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /tmp
4747RUN chmod +x /tmp/terraform
4848
You can’t perform that action at this time.
0 commit comments