release/v0.0.1 #3

Merged
kcrawford merged 5 commits from release/v0.0.1 into main 2024-04-05 20:39:23 +00:00

View File

@ -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##*/} .