test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 12s
Details
Build and Push Docker Image / build_and_push (push) Failing after 12s
Details
This commit is contained in:
parent
e933481eb3
commit
cd7aa0f78e
|
@ -25,17 +25,14 @@ jobs:
|
|||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
mount-docker-socket: true
|
||||
registry: "${{ secrets.DOCKER_REGISRTY }}"
|
||||
username: "${{ secrets.REGISTRY_USERNAME }}"
|
||||
password: "${{ secrets.REGISTRY_TOKEN }}"
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver-opts: name=builder0
|
||||
|
||||
|
||||
# - name: Get Gitea Tags
|
||||
|
|
Loading…
Reference in New Issue