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