chore: configure docker image tags (#8738)

This commit is contained in:
Alex Rudenko 2022-08-03 17:59:59 +02:00 committed by GitHub
parent 6c777e4d70
commit 26f6165008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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