Merge pull request 'release/v0.0.1' (#3) from release/v0.0.1 into main
Reviewed-on: #3
This commit is contained in:
commit
674a793d80
@ -7,9 +7,9 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: dind
|
||||
runs-on: kcrawford/dind
|
||||
container:
|
||||
image: dind:0.0.1
|
||||
image: kcrawford/dind:0.0.1
|
||||
steps:
|
||||
- name: Clone
|
||||
run: |
|
||||
@ -22,6 +22,11 @@ jobs:
|
||||
- name: Inspect
|
||||
run: |
|
||||
env
|
||||
mkdir ~/.docker
|
||||
echo "${{ secrets.DOCKER_LOGIN }}" | base64 -d > ~/.docker/config.json
|
||||
docker info
|
||||
#while true; do sleep 180; done
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
docker buildx create --use
|
||||
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --output type=registry -t git.kcrawford.net/kcrawford/$(basename $(pwd)):${GITHUB_REF##*/} .
|
Loading…
Reference in New Issue
Block a user