Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 803ffca

Browse files
author
DACC4
committed
edit pipeline
1 parent ae69848 commit 803ffca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-docker.yml .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Inspired from https://github.com/PhotonVision/photon-pi-gen/blob/master/config
2-
name: build-docker
2+
name: build
33

44
# Controls when the action will run. Triggers the workflow on push or pull request
55
# events but only for the master branch
@@ -30,9 +30,9 @@ jobs:
3030
sudo apt install qemu qemu-user-static
3131
sudo update-binfmts --enable
3232
33-
# Build image with docker
34-
- name: Run build-docker.sh
35-
run: ./build-docker.sh
33+
# Build image
34+
- name: Run build.sh
35+
run: ./build.sh
3636

3737
# Print output directory files
3838
- name: List output files

0 commit comments

Comments
 (0)