test secrets
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -20,15 +20,15 @@ jobs:
|
||||
with:
|
||||
build_file: Dockerfile
|
||||
registry: git.coopgo.io
|
||||
username: "${{ gitea.actor }}"
|
||||
password: "${{ secrets.GITEA_TOKEN }}"
|
||||
username: ncaron
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
image: coopgo-platform/mobility-accounts
|
||||
tag: test
|
||||
cache: true
|
||||
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
||||
extra-args: |
|
||||
ACCESS_TOKEN_USR="${{ gitea.actor }}"
|
||||
ACCESS_TOKEN_PWD="${{ secrets.GITEA_TOKEN }}"
|
||||
ACCESS_TOKEN_USR=${{ gitea.actor }}
|
||||
ACCESS_TOKEN_PWD=${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user