Skip to content

Commit

Permalink
add gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Dec 21, 2023
1 parent d1a1a70 commit 7055215
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Update oc.pulseaudio
on:
push:
branches:
- main
- '3.1'
on: ['push']
env:
imagetag: "${{ github.event.client_payload.ref || github.ref_name }}"
jobs:
Expand All @@ -21,10 +17,19 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push gstreamer image
uses: docker/build-push-action@v5
with:
file: dockerfile.gstreamer
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: abcdesktopio/oc.pulseaudio:gstreamer
- name: Build and push
uses: docker/build-push-action@v5
with:
file: dockerfile
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: abcdesktopio/oc.puleeaudio:${{ env.imagetag }}
tags: abcdesktopio/oc.pulseaudio:${{ env.imagetag }}

0 comments on commit 7055215

Please sign in to comment.