CI: change the way password is handed over
Build and Push Docker Image / build-and-push (push) Successful in 33s
Details
Build and Push Docker Image / build-and-push (push) Successful in 33s
Details
This commit is contained in:
parent
939afef1dd
commit
cc91978e4e
|
@ -23,7 +23,7 @@ jobs:
|
|||
with:
|
||||
registry: git.kucharczyk.xyz
|
||||
username: lukas
|
||||
password: ${{ secrets.GITEA_TOKEN}}
|
||||
password: ${{ secrets.LOGIN_TOKEN}}
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v4
|
||||
|
@ -35,4 +35,4 @@ jobs:
|
|||
|
||||
env:
|
||||
DOCKER_USERNAME: ${{ gitea.repository_owner }}
|
||||
DOCKER_PASSWORD: ${{ secrets.GITEA_TOKEN}}
|
||||
DOCKER_PASSWORD: ${{ secrets.LOGIN_TOKEN}}
|
||||
|
|
Reference in New Issue