Skip to content

Commit 8d6dd55

Browse files
authored
Merge pull request #154 from terraform-docs/fix-docker-push
fix: use hardcoded name for the docker image org
2 parents c33123d + 7afd9a4 commit 8d6dd55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
outputs: "type=image"
3333
platforms: linux/amd64,linux/arm64
3434
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 }}
3636

3737
- name: Should generate USAGE.md for tf11_basic
3838
uses: ./

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
outputs: "type=registry"
3737
platforms: linux/amd64,linux/arm64
3838
push: true
39-
tags: quay.io/${{ github.event.repository.name }}/gh-actions:edge
39+
tags: quay.io/terraform-docs/gh-actions:edge
4040

4141
release-draft:
4242
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
outputs: "type=registry"
8989
platforms: linux/amd64,linux/arm64
9090
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 }}
9292

9393
update-tag:
9494
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)