Update build_image.yml
This commit is contained in:
parent
0bb192359e
commit
c5eff52880
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: Clone forgejo
|
- name: Clone forgejo
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=1 --single-branch https://codeberg.org/forgejo/forgejo.git forgego
|
git clone --depth=1 --single-branch https://codeberg.org/forgejo/forgejo.git .
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Build and push forgejo rootless
|
- name: Build and push forgejo rootless
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: ./forgego
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/evanferrao/forgejo_latest:latest-rootless
|
ghcr.io/evanferrao/forgejo_latest:latest-rootless
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Build and push forgejo
|
- name: Build and push forgejo
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: ./forgego
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/evanferrao/forgejo_latest:latest
|
ghcr.io/evanferrao/forgejo_latest:latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue