ci: add the major version tag to the container image (#11034)
This commit is contained in:
parent
2a7d4ab1ad
commit
6a5956101d
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -75,6 +75,7 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
latest
|
latest
|
||||||
type=match,pattern=puppeteer-v(\d+\.\d+\.\d+),group=1
|
type=match,pattern=puppeteer-v(\d+\.\d+\.\d+),group=1
|
||||||
|
type=match,pattern=puppeteer-v(\d+)\.\d+\.\d+,group=1
|
||||||
- name: Build and push the Docker image
|
- name: Build and push the Docker image
|
||||||
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
|
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user