Skip to content

Commit

Permalink
chore: use scoped tags for publishing (#9055)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Oct 5, 2022
1 parent ee1272e commit a07ff12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- v*
- puppeteer-v*

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- v*
- '*-v*'

jobs:
publish:
Expand Down

0 comments on commit a07ff12

Please sign in to comment.