test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 5s Details

This commit is contained in:
Nicolas CARON 2024-03-22 13:39:27 +01:00
parent e7d9369929
commit b6cec61b31
1 changed files with 4 additions and 4 deletions

View File

@ -20,15 +20,15 @@ jobs:
with: with:
build_file: Dockerfile build_file: Dockerfile
registry: git.coopgo.io registry: git.coopgo.io
username: "${{ gitea.actor }}" username: ncaron
password: "${{ secrets.GITEA_TOKEN }}" password: ${{ secrets.GITEA_TOKEN }}
image: coopgo-platform/mobility-accounts image: coopgo-platform/mobility-accounts
tag: test tag: test
cache: true cache: true
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
extra-args: | extra-args: |
ACCESS_TOKEN_USR="${{ gitea.actor }}" ACCESS_TOKEN_USR=${{ gitea.actor }}
ACCESS_TOKEN_PWD="${{ secrets.GITEA_TOKEN }}" ACCESS_TOKEN_PWD=${{ secrets.GITEA_TOKEN }}