Skip to content

Commit cf7d897

Browse files
committed
ci: use lab runner
Signed-off-by: Emanuele Di Pascale <[email protected]>
1 parent 8fefc85 commit cf7d897

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Publish Docker Image
2+
3+
concurrency:
4+
group: ci-${{ github.head_ref || github.run_id }}
5+
cancel-in-progress: true
6+
27
on:
38
push:
49
branches:
@@ -13,7 +18,7 @@ env:
1318
jobs:
1419
build-and-push-image:
1520
name: Build Docker container and push it to GitHub registry
16-
runs-on: ubuntu-latest
21+
runs-on: lab
1722
permissions:
1823
packages: write
1924
contents: read

0 commit comments

Comments
 (0)