new branch
This commit is contained in:
parent
438c07e5bc
commit
c185758ddb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue