mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: configure docker image tags (#8738)
This commit is contained in:
parent
6c777e4d70
commit
26f6165008
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
@ -35,6 +35,10 @@ jobs:
|
||||
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
latest
|
||||
type=semver,pattern={{version}}
|
||||
|
||||
- name: Pack Puppeteer for docker
|
||||
run: docker/pack.sh
|
||||
- name: Build and push the Docker image
|
||||
|
Loading…
Reference in New Issue
Block a user