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:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.mightycastle.net/runner-image
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- id: path
|
||||
run: echo ~
|
||||
- id: checkout
|
||||
uses: actions/checkout@v4
|
||||
- id: build
|
||||
run: docker build --pull --rm -t registry.mightycastle.net/runner-image:latest .
|
||||
- id: push
|
||||
run: docker push registry.mightycastle.net/runner-image:latest
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: registry.mightycastle.net/runner-image:latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue