Update docker-publish.yml

This commit is contained in:
Anders Rytter Hansen 2023-07-18 13:23:55 +02:00
commit 1e76eaf0c7

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" ] branches: [ "main", "testing", "testing-gpuscreenrecorder" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "main", "testing" ] branches: [ "main", "testing", "testing-gpuscreenrecorder" ]
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty