1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-16 11:55:09 -07:00

Merge pull request #149 from dirtbags/remove_moth_devel

Remove devel server build
This commit is contained in:
int00h5525 2020-10-28 17:51:21 -05:00 committed by GitHub
commit 7edade384e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,14 +64,3 @@ 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 }}