Skip to content

Commit a857880

Browse files
committed
fix image tags
Signed-off-by: kamiKAC <m.k.rudzki@gmail.com>
1 parent 4ff84e2 commit a857880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Build Docker image
2626
if: env.REGISTRY_USERNAME != ''
2727
run: |
28-
docker build --pull --tag quay.io/terraform-docs/gh-actions:edge .
29-
docker push ${{ secrets.DOCKERHUBUSERNAME }}/gh-actions:edge
28+
docker build --pull --tag ${{ secrets.DOCKERHUBUSERNAME }}/gh-actions-tf-docs:edge .
29+
docker push ${{ secrets.DOCKERHUBUSERNAME }}/gh-actions-tf-docs:edge
3030
3131
release-draft:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)