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
|
LATEST_IMAGE: ${{ env.REGISTRY }}/${{ github.repository }}:latest
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
prepare:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
build_and_push:
|
||||||
|
runs-on: self-hosted
|
||||||
|
steps:
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue