switch off git context
Test build / build (push) Failing after 1m36s
Details
Test build / build (push) Failing after 1m36s
Details
This commit is contained in:
parent
d350884a0e
commit
504a027e0f
|
@ -8,9 +8,10 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# is this only for vms???
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v2
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Docker Hub
|
||||
|
@ -18,9 +19,10 @@ jobs:
|
|||
with:
|
||||
registry: git.min.rip
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
password: ${{ gitea.token }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@master
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ gitea.repository }}:latest
|
||||
context: .
|
||||
tags: ${{ gitea.repository }}:testing
|
||||
|
|
Loading…
Reference in New Issue