diff --git a/.copier-answers.image-template.yml b/.copier-answers.image-template.yml index 60432cf..016b4fc 100644 --- a/.copier-answers.image-template.yml +++ b/.copier-answers.image-template.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; do NOT edit manually -_commit: v0.1.2 +_commit: v0.1.3 _src_path: https://github.com/Tecnativa/image-template.git dockerhub_image: "" image_platforms: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6164802..a698905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ name: Build, Test & Deploy push: branches: - main + tags: + - "v*" workflow_dispatch: inputs: pytest_addopts: diff --git a/README.md b/README.md index 4277393..e4ba79c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Last image-template](https://img.shields.io/badge/last%20template%20update-v0.1.2-informational)](https://github.com/Tecnativa/image-template/tree/v0.1.2) +[![Last image-template](https://img.shields.io/badge/last%20template%20update-v0.1.3-informational)](https://github.com/Tecnativa/image-template/tree/v0.1.3) [![GitHub Container Registry](https://img.shields.io/badge/GitHub%20Container%20Registry-latest-%2324292e)](https://github.com/orgs/Tecnativa/packages/container/package/ci-base) # CI Base