Skip to content

Commit 5bf151d

Browse files
authored
Merge pull request #171 from mayadata-io/build3
fix(build): change variabl name for docker credentials
2 parents 8508580 + bd1d3df commit 5bf151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latest-image-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/login-action@v1
1919
with:
2020
username: ${{ secrets.DOCKER_USERNAME }}
21-
password: ${{ secrets.DOCKER_TOKEN }}
21+
password: ${{ secrets.DOCKER_PASSWORD }}
2222
- name: Build and push dope latest image
2323
run: |
2424
make ${{ matrix.push }}

0 commit comments

Comments
 (0)