Use host runner label for dev
This commit is contained in:
parent
9d60438d05
commit
cb78589dd7
@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
deploy-dev:
|
||||
if: ${{ github.ref == 'refs/heads/dev' }}
|
||||
runs-on: ubuntu-dev
|
||||
runs-on: ubuntu-dev:host
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
services:
|
||||
# Dev deploy trigger 7 (no functional change)
|
||||
# Dev deploy trigger 8 (no functional change)
|
||||
watchtower:
|
||||
image: containrrr/watchtower:latest
|
||||
container_name: watchtower
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user