️ Chore: Make Notatio use docker machines to build

This commit is contained in:
James Musselman 2024-07-02 00:41:11 -05:00
parent 3c951ec014
commit 2fd86a0094
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB

View file

@ -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: |