mirror of https://github.com/dirtbags/moth.git
Revert "Remove devel server build"
This commit is contained in:
parent
7edade384e
commit
81052a3591
|
@ -64,3 +64,14 @@ jobs:
|
|||
tags: |
|
||||
dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||
ghcr.io/dirtbags/moth:${{ steps.vars.outputs.tag }}
|
||||
|
||||
- name: Build and push moth-devel image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
target: moth-devel
|
||||
file: build/package/Containerfile
|
||||
push: true
|
||||
tags: |
|
||||
dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
|
||||
ghcr.io/dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
|
||||
|
|
Loading…
Reference in New Issue