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 name: Build and Push Docker Image
runs-on: self-hosted
on: on:
push: push:
@@ -8,7 +7,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: self-hosted
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2