Skip to content

Commit

Permalink
Use namespace, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Jan 12, 2024
1 parent 3eb88ef commit da5ad50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: GStreamer build ARM64

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
gstreamer-build-arm64:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
#push: true
push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
Expand All @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
#push: true
push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
Expand All @@ -58,7 +58,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
#push: true
push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
Expand All @@ -73,7 +73,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./build/gstreamer
#push: true
push: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
Expand Down

0 comments on commit da5ad50

Please sign in to comment.