Skip to content

Commit 0ad7e56

Browse files
committed
fix: revert runner from self-hosted to ubuntu-latest for Docker build job
1 parent afd8714 commit 0ad7e56

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: self-hosted
16+
runs-on: ubuntu-latest
1717
permissions:
1818
contents: read
1919
packages: write

0 commit comments

Comments
 (0)