ci: add correct pwd and user
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 3m39s
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 3m39s
This commit is contained in:
parent
c732cd937c
commit
7c663d7600
@ -55,8 +55,8 @@ jobs:
|
||||
uses: http://fly6516.synology.me:4000/docker/login-action@v2
|
||||
with:
|
||||
registry: fly6516.synology.me:8080
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_PASSWORD }}
|
||||
username: ${{ secrets.DOCKER_SYN_USER }}
|
||||
password: ${{ secrets.DOCKER_SYN_PWD }}
|
||||
|
||||
# Build and push the Docker image
|
||||
- name: Build and Push Docker Image
|
||||
|
Loading…
Reference in New Issue
Block a user