Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit e29f5e4

Browse files
committed
uboot docker image publication
1 parent 75a8927 commit e29f5e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ jobs:
2727
run: cd courses/cpp/ctf-segv/image && ./publish.sh
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
31+
publish-courses-cpp-u-boot:
32+
needs: publish-codeql-learninglab-check
33+
runs-on: ubuntu-latest
34+
steps:
35+
- name: Checkout
36+
uses: actions/checkout@v1
37+
38+
- name: Build and Publish Course Docker Image
39+
run: cd courses/cpp/uboot/image && ./publish.sh
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)