Skip to content

Add workflow action to create multi image manifest #5

Add workflow action to create multi image manifest

Add workflow action to create multi image manifest #5

name: GStreamer publish tag
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
tag-gstreamer-build:
runs-on: ubuntu-latest
steps:
- 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