Skip to content

Commit 716e483

Browse files
Can I call make directly?
1 parent 2ac0d6a commit 716e483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
context: .
2121
- name: Build and publish docker image
2222
run: |
23-
docker build . --file Dockerfile --build-arg platform=x86_64 --tag ghcr.io/mitchellthompkins/embedded_sdk-x86_64:latest
23+
make container.build
2424
docker run ghcr.io/mitchellthompkins/embedded_sdk-x86_64:latest
2525
docker push ghcr.io/mitchellthompkins/embedded_sdk-x86_64:latest

0 commit comments

Comments
 (0)