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]