@@ -99,13 +99,13 @@ jobs:
9999 include :
100100 - name : gst-py-example
101101 version_suffix : -ubuntu20.04
102- build_args : PACKAGE_VERSION=${{ needs.get_semver.outputs.semver }};UBUNTU_RELEASE=20.04;GSTREAMER_BASE_IMAGE_RELEASE=$GITHUB_REF_NAME;PY_BUILD_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/py-build:$GITHUB_REF_NAME;WEB_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/gst-web:$GITHUB_REF_NAME;JS_IMAGE= ghcr.io/selkies-project/selkies-gstreamer/js-interposer:$GITHUB_REF_NAME
102+ build_args : PACKAGE_VERSION=${{ needs.get_semver.outputs.semver }};UBUNTU_RELEASE=20.04;GSTREAMER_BASE_IMAGE_RELEASE=$GITHUB_REF_NAME;PY_BUILD_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/py-build:$GITHUB_REF_NAME;WEB_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/gst-web:$GITHUB_REF_NAME;JS_BASE_IMAGE_RELEASE=$GITHUB_REF_NAME;JS_BASE_IMAGE= ghcr.io/selkies-project/selkies-gstreamer/js-interposer
103103 dockerfile : Dockerfile.example
104104 source_directory : .
105105
106106 - name : gst-py-example
107107 version_suffix : -ubuntu22.04
108- build_args : PACKAGE_VERSION=${{ needs.get_semver.outputs.semver }};UBUNTU_RELEASE=22.04;GSTREAMER_BASE_IMAGE_RELEASE=$GITHUB_REF_NAME;PY_BUILD_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/py-build:$GITHUB_REF_NAME;WEB_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/gst-web:$GITHUB_REF_NAME;JS_IMAGE= ghcr.io/selkies-project/selkies-gstreamer/js-interposer:$GITHUB_REF_NAME
108+ build_args : PACKAGE_VERSION=${{ needs.get_semver.outputs.semver }};UBUNTU_RELEASE=22.04;GSTREAMER_BASE_IMAGE_RELEASE=$GITHUB_REF_NAME;PY_BUILD_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/py-build:$GITHUB_REF_NAME;WEB_IMAGE=ghcr.io/selkies-project/selkies-gstreamer/gst-web:$GITHUB_REF_NAME;JS_BASE_IMAGE_RELEASE=$GITHUB_REF_NAME;JS_BASE_IMAGE= ghcr.io/selkies-project/selkies-gstreamer/js-interposer
109109 dockerfile : Dockerfile.example
110110 source_directory : .
111111
@@ -279,11 +279,11 @@ jobs:
279279 key : ${{ needs.all_assets.outputs.js20_cache_key }}
280280 path : ${{ needs.all_assets.outputs.js20_path }}
281281
282- - name : Ubuntu 22.04 cache read
282+ - name : JS Interposer Ubuntu 22.04 cache read
283283 uses : actions/cache@v3
284284 with :
285- key : ${{ needs.all_assets.outputs.gst22_cache_key }}
286- path : ${{ needs.all_assets.outputs.gst22_path }}
285+ key : ${{ needs.all_assets.outputs.js22_cache_key }}
286+ path : ${{ needs.all_assets.outputs.js22_path }}
287287
288288 - name : Python cache read
289289 uses : actions/cache@v3
@@ -315,7 +315,7 @@ jobs:
315315 asset_name : ${{ needs.all_assets.outputs.gst22_name }}
316316 overwrite : true
317317
318- - name : JS Interceptor Ubuntu 20.04 upload
318+ - name : JS Interposer Ubuntu 20.04 upload
319319 uses : svenstaro/upload-release-action@v2
320320 with :
321321 repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -324,7 +324,7 @@ jobs:
324324 asset_name : ${{ needs.all_assets.outputs.js20_name }}
325325 overwrite : true
326326
327- - name : JS Interceptor Ubuntu 22.04 upload
327+ - name : JS Interposer Ubuntu 22.04 upload
328328 uses : svenstaro/upload-release-action@v2
329329 with :
330330 repo_token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments