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

This commit is contained in:
2024-03-13 12:12:43 +01:00
parent 2433a4186c
commit 73b7f8f907

View File

@@ -57,7 +57,6 @@ jobs:
- name: Build and Push Docker Image
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg ACCESS_TOKEN_USR=ncaron\
--build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d \
--tag git.coopgo.io/coopgo-platform/mobility-accounts:test \