mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
fix: git actions
This commit is contained in:
parent
e9e1cb6ebc
commit
5719896d18
6
.github/workflows/publish_docker_image.yml
vendored
6
.github/workflows/publish_docker_image.yml
vendored
@ -3,7 +3,7 @@ name: Build Docker image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "*.*.*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_deploy:
|
build_deploy:
|
||||||
@ -22,8 +22,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: atendai/evolution-api
|
images: atendai/evolution-api
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern=v{{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern=v{{major}}.{{minor}}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user