mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: use scoped tags for publishing (#9055)
This commit is contained in:
parent
ee1272e65e
commit
a07ff121f0
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
- puppeteer-v*
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
- '*-v*'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user