parent
201f5023fc
commit
aa942c711e
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
pull:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue