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

Commit 4b7968f

Browse files
committed
publish docker image
1 parent 015ba3d commit 4b7968f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/publish.yml

+11
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,14 @@ jobs:
3939
run: cd courses/cpp/uboot/image && ./publish.sh
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
publish-courses-javascript-unsafe-jquery:
43+
needs: publish-codeql-learninglab-check
44+
runs-on: ubuntu-latest
45+
steps:
46+
- name: Checkout
47+
uses: actions/checkout@v1
48+
49+
- name: Build and Publish Course Docker Image
50+
run: cd courses/javascript/unsafe-jquery/image && ./publish.sh
51+
env:
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)