test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 6s Details
Build and Push Docker Image / login_docker_registry (push) Successful in 6s Details
Build and Push Docker Image / build_and_push_image (push) Failing after 3s Details

This commit is contained in:
Nicolas CARON 2024-03-13 12:08:17 +01:00
parent c073ae6919
commit e16600ddd8
1 changed files with 2 additions and 1 deletions

View File

@ -60,4 +60,5 @@ jobs:
--build-arg ACCESS_TOKEN_USR=ncaron\ --build-arg ACCESS_TOKEN_USR=ncaron\
--build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d \ --build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d \
--tag git.coopgo.io/coopgo-platform/mobility-accounts:test \ --tag git.coopgo.io/coopgo-platform/mobility-accounts:test \
--push . --push
-- .