Skip to content

Commit

Permalink
all images
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Jan 11, 2024
1 parent ec0bf26 commit 495fdee
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/gstreamer-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,38 @@ jobs:
file: ./build/gstreamer/Dockerfile-base
tags: livekit/gstreamer:base-${{ env.GST_VERSION }}

- name: Build and push dev
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
# push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
file: ./build/gstreamer/Dockerfile-dev
tags: livekit/gstreamer:dev-${{ env.GST_VERSION }}

- name: Build and push prod
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
# push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
file: ./build/gstreamer/Dockerfile-prod
tags: livekit/gstreamer:prod-${{ env.GST_VERSION }}

- name: Build and push prod RS
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
# push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
file: ./build/gstreamer/Dockerfile-prod-rs
tags: livekit/gstreamer:prod-rs-${{ env.GST_VERSION }}

0 comments on commit 495fdee

Please sign in to comment.