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

This commit is contained in:
Nicolas CARON 2024-03-08 16:58:32 +01:00
parent e933481eb3
commit cd7aa0f78e
1 changed files with 5 additions and 8 deletions

View File

@ -25,17 +25,14 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: git.coopgo.io registry: "${{ secrets.DOCKER_REGISRTY }}"
username: ncaron username: "${{ secrets.REGISTRY_USERNAME }}"
password: 6744954b4a3a43422e62e8d110f90de527ce094d password: "${{ secrets.REGISTRY_TOKEN }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
mount-docker-socket: true
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with:
driver-opts: name=builder0
# - name: Get Gitea Tags # - name: Get Gitea Tags