Update build_image.yml
This commit is contained in:
parent
0bb192359e
commit
c5eff52880
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
- name: Clone forgejo
|
||||
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
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Build and push forgejo rootless
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./forgego
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/evanferrao/forgejo_latest:latest-rootless
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Build and push forgejo
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./forgego
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/evanferrao/forgejo_latest:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue