Skip to content

Commit 131b6f3

Browse files
committed
Solve issue with tokens docker.
1 parent b1c3464 commit 131b6f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-hub-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
if: github.event_name != 'pull_request'
6464
uses: docker/login-action@v3
6565
with:
66-
username: ${{ secrets.DOCKER_USERNAME }}
67-
password: ${{ secrets.DOCKER_PASSWORD }}
66+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
67+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
6868

6969
- name: Build MetaCall Docker Images
7070
env:
@@ -120,8 +120,8 @@ jobs:
120120
- name: Authenticate to Docker registry
121121
uses: docker/login-action@v3
122122
with:
123-
username: ${{ secrets.DOCKER_USERNAME }}
124-
password: ${{ secrets.DOCKER_PASSWORD }}
123+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
124+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
125125

126126
- name: Create manifest list and push
127127
if: github.ref != 'refs/heads/develop'

0 commit comments

Comments
 (0)