update repo credential references
Some checks failed
Build and Push SOPS Decrypt Image / build-and-push (push) Failing after 7s
Some checks failed
Build and Push SOPS Decrypt Image / build-and-push (push) Failing after 7s
This commit is contained in:
parent
48b6821ae1
commit
2e4d0f0194
@ -24,8 +24,8 @@ jobs:
|
||||
# Use '!<Gitea-instance-URL>' for the registry address
|
||||
# Example: registry: gitea.yourcompany.com
|
||||
registry: ${{ gitea.instance }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
username: ${{ vars.REPOSITORY_USERNAME }}
|
||||
password: ${{ secrets.REPOSITORY_PASSWORD }}
|
||||
|
||||
# Step 3: Build the Docker image and push it to the registry
|
||||
- name: Build and Push Docker Image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user