forked from philorg/treetrail-frontend
Use Forgejo-ready action for building container
This commit is contained in:
parent
d2eb7f7a1d
commit
12f9eead0e
1 changed files with 6 additions and 4 deletions
|
@ -22,8 +22,10 @@ jobs:
|
||||||
- name: Build package (transpile ts => js)
|
- name: Build package (transpile ts => js)
|
||||||
run: ng build
|
run: ng build
|
||||||
|
|
||||||
- name: Store build
|
- name: Build container
|
||||||
uses: actions/upload-artifact@v3
|
uses: Philome/buildah-build@v1
|
||||||
with:
|
with:
|
||||||
name: Package
|
image: treetrail-frontend
|
||||||
path: dist/
|
#tags: foo # v1 ${{ github.sha }}
|
||||||
|
containerfiles: |
|
||||||
|
./Containerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue