Try self-hosting the job.
Some checks are pending
Build and Deploy / deploy (push) Waiting to run

So it doesn't run on a container, straight on the runner itself.
This commit is contained in:
Jessica Canady 2024-04-22 11:34:41 -04:00
parent 4d2582bd7f
commit 4fe2ae47d0

View file

@ -2,8 +2,7 @@ name: Build and Deploy
on: [push] on: [push]
jobs: jobs:
deploy: deploy:
container: runs-on: self-hosted
image: ./Dockerfile
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3