diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 775f94dd..7b0276cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -75,6 +75,7 @@ jobs: tags: | latest 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 uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: