actually push built images

This commit is contained in:
Neale Pickett 2020-09-18 15:55:11 -06:00
parent fef27eadfc
commit 9b58e9ab14
2 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,7 @@ jobs:
with:
target: moth
file: build/package/Containerfile
push: true
tags: |
dirtbags/moth:${{ steps.vars.outputs.tag }}
docker.pkg.github.com/dirtbags/moth/moth:${{ steps.vars.outputs.tag }}
@ -63,6 +64,7 @@ jobs:
with:
target: moth
file: build/package/Containerfile
push: true
tags: |
dirtbags/moth-devel:${{ steps.vars.outputs.tag }}
docker.pkg.github.com/dirtbags/moth/moth-devel:${{ steps.vars.outputs.tag }}

View File

@ -1,4 +1,4 @@
FROM golang:1.13 AS builder
FROM golang:1-alpine AS builder
COPY go.* /src/
COPY pkg /src/pkg/
COPY cmd /src/cmd/