Skip to content

Commit

Permalink
feat: update CI workflow to use self-hosted runners for Docker image …
Browse files Browse the repository at this point in the history
…builds
  • Loading branch information
LeonardoMeireles55 committed Jan 16, 2025
1 parent 4317440 commit ee38bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]

steps:
- uses: actions/checkout@v4
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Build and push Docker image
run: |
docker-compose build
docker-compose push
docker-compose push

0 comments on commit ee38bc5

Please sign in to comment.