Using the self hosted runners in the dev environment to build our single image ARM, AMD and AAS images.
This commit is contained in:
parent
c6e657a7b4
commit
b22aeb03c4
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, dev]
|
||||
|
||||
steps:
|
||||
- name: Fail if not a tag
|
||||
|
|
Loading…
Reference in New Issue