We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f011e69 commit cac5ea2Copy full SHA for cac5ea2
.github/workflows/build-and-push-container.yml
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
4
jobs:
5
build:
6
name: build-container
7
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, lab]
8
strategy:
9
matrix:
10
profile:
0 commit comments