⚡️ Chore: Make Notatio use docker machines to build
This commit is contained in:
parent
3c951ec014
commit
2fd86a0094
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ on:
|
|||
- "**/Dockerfile"
|
||||
jobs:
|
||||
Clone and Build:
|
||||
runs-on: website
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: |
|
||||
podman build -t notatio .
|
||||
Push-Image:
|
||||
runs-on: website
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Push image to registry
|
||||
run: |
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
podman push notatio ${{ vars.registry }}
|
||||
podman logout ${{ vars.registry }}
|
||||
Cleanup:
|
||||
runs-on: website
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Cleanup image
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue