Compare commits
No commits in common. "674a793d80e947fa77b4c8035b14d909ea5c35dc" and "4aa46a1cc39d9ddb02da9d166330666e48e59ac8" have entirely different histories.
674a793d80
...
4aa46a1cc3
@ -7,9 +7,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: kcrawford/dind
|
runs-on: dind
|
||||||
container:
|
container:
|
||||||
image: kcrawford/dind:0.0.1
|
image: dind:0.0.1
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
@ -22,11 +22,6 @@ jobs:
|
|||||||
- name: Inspect
|
- name: Inspect
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
mkdir ~/.docker
|
|
||||||
echo "${{ secrets.DOCKER_LOGIN }}" | base64 -d > ~/.docker/config.json
|
|
||||||
docker info
|
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