From c185758ddb03418602e73affc2ddf9098ef01655 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 31 Jul 2023 17:56:53 +0200 Subject: [PATCH] new branch --- .github/workflows/docker-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 5abb121..cf5be00 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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