From 6c1d9d419b852bdab9f7ad0eed10f44068152110 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 29 Jun 2022 10:30:58 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20Remove=20latest=20tag=20ac?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-latest-tag.yml | 13 ------------- .github/workflows/publish_docker_images.yml | 3 ++- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 .github/workflows/create-latest-tag.yml diff --git a/.github/workflows/create-latest-tag.yml b/.github/workflows/create-latest-tag.yml deleted file mode 100644 index 29427679c..000000000 --- a/.github/workflows/create-latest-tag.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Create latest tag - -on: - push: - tags: - - 'v*.*.*' - -jobs: - create-tag: - runs-on: ubuntu-latest - steps: - - name: Run latest-tag - uses: EndBug/latest-tag@latest diff --git a/.github/workflows/publish_docker_images.yml b/.github/workflows/publish_docker_images.yml index d68cd4c84..2ad62aad9 100644 --- a/.github/workflows/publish_docker_images.yml +++ b/.github/workflows/publish_docker_images.yml @@ -1,9 +1,10 @@ name: Publish Docker images on: + create: + tags: ['v*'] push: branches: [main] - tags: ['v*'] pull_request: branches: [main]