Skip to content

Commit

Permalink
[skip ci] testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arsci committed Apr 22, 2024
1 parent a7ddc8f commit c005911
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile used in execution of Github Action
FROM arsci/tg:v0.1
FROM arsci/tg:v0.2
LABEL maintainer "Gruntwork <info@gruntwork.io>"

COPY ["./src/main.sh", "/action/main.sh"]
Expand Down
10 changes: 5 additions & 5 deletions terragrunt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ RUN mkdir -p "${HOME}/mise" \
&& wget -q "https://github.com/jdx/mise/releases/download/${MISE_VERSION_INSTALL}/mise-${MISE_VERSION_INSTALL}-linux-x64" -O "/${HOME}/mise/mise" \
&& chmod u+x "${HOME}/mise/mise"

ENV MISE_CONFIG_DIR=${HOME}/.config/mise
ENV MISE_STATE_DIR=${HOME}/.local/state/mise
ENV MISE_DATA_DIR=${HOME}/.local/share/mise
ENV MISE_CACHE_DIR=${HOME}/.cache/mise
ENV MISE_CONFIG_DIR=~/.config/mise
ENV MISE_STATE_DIR=~/.local/state/mise
ENV MISE_DATA_DIR=~/.local/share/mise
ENV MISE_CACHE_DIR=~/.cache/mise
ENV ASDF_HASHICORP_TERRAFORM_VERSION_FILE=.terraform-version

# Running action as runner user
# https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
ENV PATH="/home/runner/.local/share/mise/shims:/home/runner/mise:${PATH}"
ENV PATH="~/.local/share/mise/shims:~/mise:${PATH}"

ENV TF_INPUT=false
ENV TF_IN_AUTOMATION=1

0 comments on commit c005911

Please sign in to comment.