Skip to content

Commit

Permalink
Use self-hosted runner for docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed May 3, 2024
1 parent 52c0a0f commit 6bec3a8
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: ubuntu-latest
runs-on: [self-hosted, dev-server]
steps:
- name: Load ssh key to fetch private dependencies
uses: webfactory/[email protected]
Expand Down

0 comments on commit 6bec3a8

Please sign in to comment.