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 a094982 commit 6f95946Copy full SHA for 6f95946
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
run: make docker-test
18
19
- name: build
20
- run: make docker-image
+ run: docker build -t ${{ github.repository }}/terraform-diff:latest .
21
22
- name: Log in to GHCR
23
run: |
0 commit comments