mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* Blog changes + tests * Fix build * Fix * Add back step * Fix logger * Fix test * Typo * Better test * Changes to tests * Update micro * Fixing all them things * Fixing even more things :)) * Bump micro * Fix posts and tags by following micro changes * Trying to pin workflow to correct micro version * huh * Bump go micro * Add etcd replace * Changing a bunch of things * Denormalize to fix bug * Fixes
6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
cp services/tests/image/.dockerignore .
|
|
pushd micro
|
|
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
|
|
popd
|
|
DOCKER_BUILDKIT=1 docker build -t micro -f services/tests/image/Dockerfile .
|