Compare commits

..

No commits in common. "ae3185dda246b97793b3759733fc4bf13e749aaf" and "1c9c77eca3193e96fe9f14439716f7bf91d196bd" have entirely different histories.

View File

@ -6,8 +6,8 @@ on:
jobs:
build:
name: Build and Push Docker Image (amd64 and arm64)
runs-on: self-hosted-ubuntu-latest
name: Build and Push Docker Image (amd64)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -44,8 +44,8 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
deploy_local:
name: Deploy Local (Demo)
deploy local (demo):
name: Update running container
runs-on: self-hosted-ubuntu-latest
needs: build
@ -64,8 +64,8 @@ jobs:
docker compose pull
docker compose up -d
deploy_live:
name: Deploy Live
deploy live:
name: Update running container
runs-on: self-hosted-ubuntu-latest
needs: build