Compare commits
1 Commits
renovate/d
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 0384866c9f |
@@ -46,7 +46,7 @@ jobs:
|
|||||||
username: ${{ secrets.registry-user }}
|
username: ${{ secrets.registry-user }}
|
||||||
password: ${{ secrets.registry-password }}
|
password: ${{ secrets.registry-password }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
terraform-docs --version
|
terraform-docs --version
|
||||||
terraform-docs markdown table --output-file README.md --output-mode inject .
|
terraform-docs markdown table --output-file README.md --output-mode inject .
|
||||||
- name: Verify Changed files
|
- name: Verify Changed files
|
||||||
uses: tj-actions/verify-changed-files@v19
|
uses: tj-actions/verify-changed-files@v20
|
||||||
id: verify-changed-files
|
id: verify-changed-files
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
Reference in New Issue
Block a user