test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 7s
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:31:39 +01:00
parent 414e9db9cf
commit 0561fdf487

View File

@@ -53,6 +53,10 @@ jobs:
# - name: Test tags
# run: |
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
- name: Clone repository
run: |
git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git .
- name: Check folder
run: |
@@ -60,4 +64,4 @@ jobs:
- name: Build and Push Docker Image
run: |
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=d0d6447bec4a397869c583022b982f5dce32ef7b .
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d .