Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-docs/gh-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43ef3046d0cdfd6104fb0f830a9baa277ad689da
Choose a base ref
..
head repository: terraform-docs/gh-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33678ebd509424d8ba20566f39b730aa5ced37cf
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/release.yml
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,9 @@ jobs:
run: |
VERSION=$(echo ${{ github.event.release.tag_name }} | sed 's/v//')
docker build --pull --tag quay.io/terraform-docs/gh-actions:"${VERSION}" .
docker build --pull --tag quay.io/terraform-docs/gh-actions:latest .
docker push quay.io/terraform-docs/gh-actions:"${VERSION}"
docker push quay.io/terraform-docs/gh-actions:latest
update-tag:
runs-on: ubuntu-latest