Skip to content

Commit

Permalink
dockerfile: Dockerfile not required
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored May 23, 2024
1 parent f96edd4 commit b26d485
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_publish_all_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

- name: gst-py-example
Expand All @@ -133,7 +132,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

- name: gst-py-example
Expand All @@ -146,7 +144,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

name: ${{ matrix.name }}${{ matrix.version_suffix }} image build & publish
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_and_publish_changed_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

- name: gst-py-example
Expand All @@ -144,7 +143,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

- name: gst-py-example
Expand All @@ -157,7 +155,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

name: ${{ matrix.name }}${{ matrix.version_suffix }} image build & publish
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_and_publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

- name: gst-py-example
Expand All @@ -155,7 +154,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

- name: gst-py-example
Expand All @@ -168,7 +166,6 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}/gst-web:${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE_RELEASE=${{ github.event_name != 'pull_request' && github.ref_name || 'main' }}
JS_BASE_IMAGE=ghcr.io/${{ github.repository }}/js-interposer
dockerfile: Dockerfile
context: addons/example

name: ${{ matrix.name }}${{ matrix.version_suffix }} image build & publish
Expand Down

0 comments on commit b26d485

Please sign in to comment.