Skip to content

Commit

Permalink
Update opentofu
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Mar 4, 2024
1 parent cfeb475 commit 3a59399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opentofu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "0 8 * * 1"

env:
BUILD_VERSION: "git"
BUILD_VERSION: "v1.6.2"
DOCKER_CLI_EXPERIMENTAL: enabled
REPOSITORY: ${{ github.actor }}/${{ github.workflow }}

Expand Down
4 changes: 2 additions & 2 deletions opentofu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN test -n "${BUILD_VERSION}" \
&& apk upgrade -a \
&& apk add --no-cache ca-certificates curl git gcc build-base \
&& update-ca-certificates \
#&& git clone --depth 1 ${GIT_URL} --branch ${BUILD_VERSION} /go/src/github.com/opentofu/opentofu \
&& git clone --depth 1 ${GIT_URL} /go/src/github.com/opentofu/opentofu \
&& git clone --depth 1 ${GIT_URL} --branch ${BUILD_VERSION} /go/src/github.com/opentofu/opentofu \
#&& git clone --depth 1 ${GIT_URL} /go/src/github.com/opentofu/opentofu \
&& cd /go/src/github.com/opentofu/opentofu \
&& go generate ./... \
&& go run ./tools/protobuf-compile . \
Expand Down

0 comments on commit 3a59399

Please sign in to comment.