We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d62557 commit ebfc6d4Copy full SHA for ebfc6d4
.github/workflows/publish_docker_image.yml
@@ -20,7 +20,7 @@ jobs:
20
id: meta
21
uses: docker/metadata-action@v5
22
with:
23
- images: ghcr.io/${{ github.repository }}
+ images: atendai/evolution-api
24
tags: |
25
type=semver,pattern={{version}}
26
type=semver,pattern={{major}}.{{minor}}
@@ -34,9 +34,8 @@ jobs:
34
- name: Login to GitHub Container Registry
35
uses: docker/login-action@v3
36
37
- registry: ghcr.io
38
- username: ${{ github.actor }}
39
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
40
41
- name: Build and push
42
id: docker_build
0 commit comments