Skip to content

Commit 6f95946

Browse files
author
Tom Downes
committed
Parameterize repository name in workflow
1 parent a094982 commit 6f95946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: make docker-test
1818

1919
- name: build
20-
run: make docker-image
20+
run: docker build -t ${{ github.repository }}/terraform-diff:latest .
2121

2222
- name: Log in to GHCR
2323
run: |

0 commit comments

Comments
 (0)