Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Jan 13, 2024
1 parent bb42b4f commit 7b87012
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-gstreamer-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: GStreamer build ARM64

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
gstreamer-build-arm64:
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/publish-gstreamer-tag.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: GStreamer publish tag

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
tag-gstreamer-build:
runs-on: buildjet-8vcpu-ubuntu-2204
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Run tag script
run: ./build/gstreamer/tag.sh


0 comments on commit 7b87012

Please sign in to comment.