ci: 💚 Remove latest tag action
This commit is contained in:
13
.github/workflows/create-latest-tag.yml
vendored
13
.github/workflows/create-latest-tag.yml
vendored
@ -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
|
3
.github/workflows/publish_docker_images.yml
vendored
3
.github/workflows/publish_docker_images.yml
vendored
@ -1,9 +1,10 @@
|
||||
name: Publish Docker images
|
||||
|
||||
on:
|
||||
create:
|
||||
tags: ['v*']
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
Reference in New Issue
Block a user