Skip to content

Commit 2f5089d

Browse files
author
Tom Downes
committed
Parameterize repository name in workflow
1 parent caf98fd commit 2f5089d

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 }}:latest .
2121

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

0 commit comments

Comments
 (0)