This package isn't called moth

This commit is contained in:
Neale Pickett 2021-12-05 16:18:36 -07:00
parent 36878fc14b
commit 0b6acbe547
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ on:
- 'v*.*.*'
jobs:
test-mothd:
name: Test mothd
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
@ -48,7 +48,7 @@ jobs:
uses: docker/setup-buildx-action@v1
id: buildx
- name: Build and push moth image
- name: Build and push image
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}