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 4ff84e2 commit a857880Copy full SHA for a857880
.github/workflows/publish.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Build Docker image
26
if: env.REGISTRY_USERNAME != ''
27
run: |
28
- docker build --pull --tag quay.io/terraform-docs/gh-actions:edge .
29
- docker push ${{ secrets.DOCKERHUBUSERNAME }}/gh-actions:edge
+ docker build --pull --tag ${{ secrets.DOCKERHUBUSERNAME }}/gh-actions-tf-docs:edge .
+ docker push ${{ secrets.DOCKERHUBUSERNAME }}/gh-actions-tf-docs:edge
30
31
release-draft:
32
runs-on: ubuntu-latest
0 commit comments