This commit is contained in:
Luke Gustafson
2024-11-27 23:11:52 +00:00
parent 7181ba23ff
commit d1d83915d7

View File

@@ -1,5 +1,4 @@
name: Build and Push Docker Image
runs-on: self-hosted
on:
push:
@@ -8,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v2