test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 49s
Details
Build and Push Docker Image / build_and_push (push) Failing after 49s
Details
This commit is contained in:
parent
610573393c
commit
334cf422b1
|
@ -27,10 +27,10 @@ jobs:
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
# - name: Get Gitea Tags
|
# - name: Get Gitea Tags
|
||||||
# id: get_tags
|
# id: get_tags
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
# 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@v1
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}"
|
context: "{{defaultContext}}"
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in New Issue