Skip to content

Commit a23af2f

Browse files
committed
ci: switch to self-hosted runner
1 parent 89f19ea commit a23af2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
build-and-push:
22-
runs-on: ubuntu-latest
22+
runs-on: [self-hosted, Linux, X64]
2323
permissions:
2424
contents: read
2525
packages: write
@@ -59,4 +59,4 @@ jobs:
5959
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}
6161
cache-from: type=gha
62-
cache-to: type=gha,mode=max
62+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)