This package isn't called moth
This commit is contained in:
parent
36878fc14b
commit
0b6acbe547
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue