Skip to content

Commit

Permalink
Build docker image on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Aug 20, 2024
1 parent 58243b7 commit 9389a6f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/Dockerfile
sparse-checkout-cone-mode: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 9389a6f

Please sign in to comment.