Split jobs
This commit is contained in:
parent
4d7a28af73
commit
5b0fec9a09
1 changed files with 4 additions and 1 deletions
|
@ -10,11 +10,14 @@ env:
|
|||
LATEST_IMAGE: ${{ env.REGISTRY }}/${{ github.repository }}:latest
|
||||
|
||||
jobs:
|
||||
build:
|
||||
prepare:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
build_and_push:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue