Skip to content

Commit 9c61da3

Browse files
committed
testing self-hosted runner
1 parent a4627f9 commit 9c61da3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-amd64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ env:
1616

1717
jobs:
1818
build-and-push-to-docker-hub:
19-
runs-on: ubuntu-latest
19+
# runs-on: ubuntu-latest
20+
runs-on: self-hosted
2021
permissions:
2122
contents: read
2223
packages: write

.github/workflows/docker-arm64v8.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ env:
1616

1717
jobs:
1818
build-and-push-to-docker-hub:
19-
runs-on: ubuntu-latest
19+
# runs-on: ubuntu-latest
20+
runs-on: self-hosted
2021
permissions:
2122
contents: read
2223
packages: write

0 commit comments

Comments
 (0)