Skip to content

Commit afd8714

Browse files
committed
fix: change runner from ubuntu-latest to self-hosted for Docker build job
1 parent 79cb009 commit afd8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: self-hosted
1717
permissions:
1818
contents: read
1919
packages: write

0 commit comments

Comments
 (0)