File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
outputs : " type=image"
33
33
platforms : linux/amd64,linux/arm64
34
34
push : false
35
- tags : quay.io/${{ github.event.repository.name }} /gh-actions:${{ env.image_version }}
35
+ tags : quay.io/terraform-docs /gh-actions:${{ env.image_version }}
36
36
37
37
- name : Should generate USAGE.md for tf11_basic
38
38
uses : ./
Original file line number Diff line number Diff line change 36
36
outputs : " type=registry"
37
37
platforms : linux/amd64,linux/arm64
38
38
push : true
39
- tags : quay.io/${{ github.event.repository.name }} /gh-actions:edge
39
+ tags : quay.io/terraform-docs /gh-actions:edge
40
40
41
41
release-draft :
42
42
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88
88
outputs : " type=registry"
89
89
platforms : linux/amd64,linux/arm64
90
90
push : true
91
- tags : quay.io/${{ github.event.repository.name }} /gh-actions:latest,quay.io/${{ github.event.repository.name }} /gh-actions:${{ env.release_version }}
91
+ tags : quay.io/terraform-docs /gh-actions:latest,quay.io/terraform-docs /gh-actions:${{ env.release_version }}
92
92
93
93
update-tag :
94
94
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments