Skip to content

Commit ebfc6d4

Browse files
committed
fix: git actions
1 parent 0d62557 commit ebfc6d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: meta
2121
uses: docker/metadata-action@v5
2222
with:
23-
images: ghcr.io/${{ github.repository }}
23+
images: atendai/evolution-api
2424
tags: |
2525
type=semver,pattern={{version}}
2626
type=semver,pattern={{major}}.{{minor}}
@@ -34,9 +34,8 @@ jobs:
3434
- name: Login to GitHub Container Registry
3535
uses: docker/login-action@v3
3636
with:
37-
registry: ghcr.io
38-
username: ${{ github.actor }}
39-
password: ${{ secrets.GITHUB_TOKEN }}
37+
username: ${{ secrets.DOCKER_USERNAME }}
38+
password: ${{ secrets.DOCKER_PASSWORD }}
4039

4140
- name: Build and push
4241
id: docker_build

0 commit comments

Comments
 (0)