test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 5s Details
Build and Push Docker Image / login_docker_registry (push) Failing after 5s 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:02:51 +01:00
parent 5a92886103
commit 93d220759d
1 changed files with 0 additions and 8 deletions

View File

@ -17,7 +17,6 @@ jobs:
login_docker_registry:
runs-on: ubuntu-latest
container: docker:latest
steps:
- name: Login to Docker Registry
@ -53,13 +52,6 @@ jobs:
# - name: Test tags
# run: |
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
# - name: Build and push Docker image
# uses: docker/build-push-action@v2
# with:
# context: "{{defaultContext}}"
# push: true
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
- name: Build and Push Docker Image
run: |
docker buildx build \