Re-removing code that Neale somehow borked, apparently?

This commit is contained in:
John Donaldson 2020-10-29 12:42:52 -04:00
parent 9a166baf65
commit 2b2f090b33
1 changed files with 0 additions and 11 deletions

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 }}