test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 49s Details

This commit is contained in:
Nicolas CARON 2024-03-13 09:31:16 +01:00
parent 8cf1414944
commit 0c3e7f8c45
1 changed files with 14 additions and 14 deletions

View File

@ -38,15 +38,15 @@ jobs:
username: ncaron username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d password: 6744954b4a3a43422e62e8d110f90de527ce094d
- name: Run Docker # - name: Run Docker
run: | # run: |
docker --version # docker --version
dockerd # dockerd
docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test . # docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test # docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
# - name: Set up Docker Buildx - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
# - name: Get Gitea Tags # - name: Get Gitea Tags
# id: get_tags # id: get_tags
@ -60,9 +60,9 @@ jobs:
# run: | # run: |
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}" # echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
# - name: Build and push Docker image - name: Build and push Docker image
# uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
# with: with:
# context: "{{defaultContext}}" context: "{{defaultContext}}"
# push: true push: true
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test" tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"