Add GitHub workflow for building nightly container images and player.js
All checks were successful
Build and release container directly from master / release (push) Successful in 6m2s

This commit is contained in:
2025-05-05 13:14:29 -04:00
parent 1fca61734b
commit f22891d7b6
2 changed files with 163 additions and 38 deletions

View File

@@ -75,14 +75,3 @@ jobs:
tags: |
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=master,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- name: Build and push Docker ARM64 image for Push Event
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile.arm64
platforms: linux/arm64/v8
push: true
tags: ${{ steps.meta-arm64.outputs.tags }}
build-args: |
"release=1"