Skip to content

Commit

Permalink
GIT ACTION changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Apr 9, 2024
1 parent f38bf5f commit c71f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-community-push-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: tiledesk/tiledesk-backend-llm

- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-tag-community-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tag_with_ref: true

Expand Down

0 comments on commit c71f867

Please sign in to comment.