Skip to content

Commit

Permalink
run on github hosted hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Dec 7, 2023
1 parent ea3c435 commit d253b14
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build Docker image

on:
workflow_dispatch:
pull_request:
branches: ["main"]
workflow_dispatch:
pull_request:
branches: ["main"]

jobs:
build:
name: Build docker image
runs-on: self-hosted
build:
name: Build docker image
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile

0 comments on commit d253b14

Please sign in to comment.