Skip to content

Commit

Permalink
Do not load the image when we push it (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben authored Jan 12, 2024
1 parent 4020f8e commit 8d0ab0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-gstreamer-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
context: ./build/gstreamer
push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
Expand All @@ -47,7 +46,6 @@ jobs:
with:
context: ./build/gstreamer
push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
Expand All @@ -59,7 +57,6 @@ jobs:
with:
context: ./build/gstreamer
push: true
load: true
build-args: |
GSTREAMER_VERSION=${{ env.GST_VERSION }}
LIBNICE_VERSION=${{ env.LIBNICE_VERSION }}
Expand Down

0 comments on commit 8d0ab0d

Please sign in to comment.