ci: add the major version tag to the container image (#11034)

This commit is contained in:
Alex Rudenko 2023-09-26 09:53:08 +02:00 committed by GitHub
parent 2a7d4ab1ad
commit 6a5956101d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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