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 2ac0d6a commit 716e483Copy full SHA for 716e483
.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
20
context: .
21
- name: Build and publish docker image
22
run: |
23
- docker build . --file Dockerfile --build-arg platform=x86_64 --tag ghcr.io/mitchellthompkins/embedded_sdk-x86_64:latest
+ make container.build
24
docker run ghcr.io/mitchellthompkins/embedded_sdk-x86_64:latest
25
docker push ghcr.io/mitchellthompkins/embedded_sdk-x86_64:latest
0 commit comments