update CI workflow to use ubuntu-latest for build and deploy jobs

This commit is contained in:
José Henrique 2025-03-13 21:00:46 -03:00
parent ad7da616d4
commit 0afae809c0

@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build and Push Docker Image (amd64 and arm64)
runs-on: self-hosted-ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -66,7 +66,7 @@ jobs:
deploy_live:
name: Deploy Live
runs-on: self-hosted-ubuntu-latest
runs-on: ubuntu-latest
needs: build
steps: