ci(compose): update docker compose deployment examples

This commit is contained in:
Amruth Pillai
2023-11-05 13:38:56 +01:00
parent eef91cf905
commit d113f84c7e
4 changed files with 8 additions and 10 deletions

View File

@ -1,10 +1,10 @@
name: Publish Docker Image
on:
workflow_dispatch:
push:
branches:
- v4
workflow_dispatch:
env:
IMAGE: amruthpillai/reactive-resume
@ -21,7 +21,7 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
# - linux/arm64 # Skipping linux/arm64 for now as it is extremely slow to build on GitHub Actions
steps:
- name: Checkout Repository