update CI workflow to use ubuntu-latest for build and deploy jobs
This commit is contained in:
parent
ad7da616d4
commit
0afae809c0
@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and Push Docker Image (amd64 and arm64)
|
name: Build and Push Docker Image (amd64 and arm64)
|
||||||
runs-on: self-hosted-ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
|
|
||||||
deploy_live:
|
deploy_live:
|
||||||
name: Deploy Live
|
name: Deploy Live
|
||||||
runs-on: self-hosted-ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user