mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-09 20:44:53 +10:00
ci(compose): ⚡ update docker compose deployment examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user