CI: change the way password is handed over
Build and Push Docker Image / build-and-push (push) Successful in 33s Details

This commit is contained in:
Lukáš Kucharczyk 2023-09-11 15:47:44 +00:00
parent 939afef1dd
commit cc91978e4e
1 changed files with 2 additions and 2 deletions

View File

@ -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}}