We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a62208 commit 5f140e3Copy full SHA for 5f140e3
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM quay.io/terraform-docs/terraform-docs:0.17.0
+FROM quay.io/terraform-docs/terraform-docs:edge
16
17
# this is explicitly needed because yq v4.x only exists in this repo.
18
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
action.yml
@@ -85,7 +85,7 @@ outputs:
85
86
runs:
87
using: docker
88
- image: "docker://quay.io/terraform-docs/gh-actions:1.1.0"
+ image: "docker://quay.io/terraform-docs/gh-actions:edge"
89
env:
90
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
91
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}
0 commit comments