This commit is contained in:
parent
952765a453
commit
997b0612aa
1 changed files with 4 additions and 9 deletions
|
@ -2,17 +2,12 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: registry.mightycastle.net/runner-image
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
steps:
|
steps:
|
||||||
- id: path
|
|
||||||
run: echo ~
|
|
||||||
- id: checkout
|
- id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- id: build
|
- id: build
|
||||||
run: docker build --pull --rm -t registry.mightycastle.net/runner-image:latest .
|
uses: docker/build-push-action@v6
|
||||||
- id: push
|
with:
|
||||||
run: docker push registry.mightycastle.net/runner-image:latest
|
push: true
|
||||||
|
tags: registry.mightycastle.net/runner-image:latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue