Skip to content

Commit d7de2a1

Browse files
author
Gabriele Panico
committed
chore: update Docker Hub credentials in CI workflows
1 parent 220d8a9 commit d7de2a1

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/docker-community-push-latest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v3
2020
with:
21-
username: ${{ secrets.DOCKER_USERNAME }}
22-
password: ${{ secrets.DOCKER_PASSWORD }}
23-
repository: tiledesk/tiledesk-backend-llm
21+
username: ${{ secrets.DOCKERHUB_USERNAME }}
22+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2423

2524
- name: Build and push
2625
uses: docker/build-push-action@v4

.github/workflows/docker-image-tag-community-tag-push.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ jobs:
1919

2020
- name: Login to Docker Hub
2121
uses: docker/login-action@v3
22-
2322
with:
24-
username: ${{ secrets.DOCKER_USERNAME }}
25-
password: ${{ secrets.DOCKER_PASSWORD }}
26-
repository: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
27-
tag_with_ref: true
23+
username: ${{ secrets.DOCKERHUB_USERNAME }}
24+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2825

2926
- name: Generate Docker metadata
3027
id: meta

0 commit comments

Comments
 (0)