chore: use scoped tags for publishing (#9055)

This commit is contained in:
jrandolf 2022-10-05 17:09:30 +02:00 committed by GitHub
parent ee1272e65e
commit a07ff121f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: tags:
- v* - puppeteer-v*
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: tags:
- v* - '*-v*'
jobs: jobs:
publish: publish: