From 2ad5a8c0802bdfa3475e017ae0d1c8862d8950a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Tue, 26 Jan 2021 10:24:48 +0000 Subject: [PATCH] Update image template to v0.1.3 --- .copier-answers.image-template.yml | 2 +- .github/workflows/ci.yml | 2 ++ README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.image-template.yml b/.copier-answers.image-template.yml index 20297c7..d4fd296 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: tecnativa/docker-socket-proxy image_platforms: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 625c269..3e3a3e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ name: Build, Test & Deploy push: branches: - master + tags: + - "v*" workflow_dispatch: inputs: pytest_addopts: diff --git a/README.md b/README.md index b247f4a..4af0beb 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/docker-socket-proxy) [![Docker Hub](https://img.shields.io/badge/Docker%20Hub-latest-%23099cec)](https://hub.docker.com/r/tecnativa/docker-socket-proxy)