mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-29 11:56:28 -06:00
chore: update docker repository to EvolutionAPI/evolution-api
Parece que o `atendai/evolution-api` não existe ou é privado. Essa alteração vai atrelar a imagem a ele repositório.
This commit is contained in:
parent
da06ed1185
commit
abb2ba74e9
4
.github/workflows/publish_docker_image.yml
vendored
4
.github/workflows/publish_docker_image.yml
vendored
@ -29,12 +29,12 @@ jobs:
|
|||||||
|
|
||||||
- name: set docker tag
|
- name: set docker tag
|
||||||
run: |
|
run: |
|
||||||
echo "DOCKER_TAG=ghcr.io/atendai/evolution-api:$GIT_REF" >> $GITHUB_ENV
|
echo "DOCKER_TAG=ghcr.io/EvolutionAPI/evolution-api:$GIT_REF" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: replace docker tag if main
|
- name: replace docker tag if main
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main'
|
||||||
run: |
|
run: |
|
||||||
echo "DOCKER_TAG=ghcr.io/atendai/evolution-api:latest" >> $GITHUB_ENV
|
echo "DOCKER_TAG=ghcr.io/EvolutionAPI/evolution-api:latest" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user