Skip to content

Commit

Permalink
Don't use self-hosted runners in a public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed May 23, 2024
1 parent 41c80d9 commit bd10af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
publish:
name: Build and publish docker image
runs-on: [self-hosted, dev-server]
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit bd10af2

Please sign in to comment.