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

This commit is contained in:
2023-09-11 15:47:44 +00:00
parent 939afef1dd
commit cc91978e4e
+2 -2
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}}