Skip to content

Commit

Permalink
switch to own image
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rk committed Aug 17, 2023
1 parent d9d9712 commit 6a2da1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ runs:
shell: bash
- name: Build commenter docker image (master)
if: ${{ inputs.use_beta_version != 'true' }}
run: docker build --build-arg TERRAFORM_VERSION=${{ steps.tf_version.outputs.version }} -t commenter https://github.com/GetTerminus/terraform-pr-commenter.git#v3
run: docker build --build-arg TERRAFORM_VERSION=${{ steps.tf_version.outputs.version }} -t commenter https://github.com/k1rk/terraform-pr-commenter.git#v3
shell: bash
- name: Build commenter docker image (beta)
if: ${{ inputs.use_beta_version == 'true' }}
# append branch with a pound (#) if developing. e.g., `commenter.git#my-branch`
run: |
docker build --build-arg TERRAFORM_VERSION=${{ steps.tf_version.outputs.version }} -t commenter https://github.com/GetTerminus/terraform-pr-commenter.git#v3-beta
docker build --build-arg TERRAFORM_VERSION=${{ steps.tf_version.outputs.version }} -t commenter https://github.com/k1rk/terraform-pr-commenter.git#v3-beta
shell: bash
- name: Run commenter image (plan)
if: ${{ inputs.commenter_type == 'plan' }}
Expand Down

0 comments on commit 6a2da1d

Please sign in to comment.