new branch

This commit is contained in:
Anders Rytter Hansen 2023-07-31 17:56:53 +02:00
commit c185758ddb

View file

@ -9,11 +9,11 @@ on:
schedule:
- cron: '0 4 * * *' # 4 am everyday
push:
branches: [ "main", "testing", "testing-gpuscreenrecorder" ]
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main", "testing", "testing-gpuscreenrecorder" ]
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ]
env:
# Use docker.io for Docker Hub if empty
@ -75,7 +75,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}, ${{ github.repository }}:38
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max