mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 14:11:38 +10:00
fix matrix variable name
This commit is contained in:
4
.github/workflows/docker-build-push-v2.yml
vendored
4
.github/workflows/docker-build-push-v2.yml
vendored
@ -4,7 +4,7 @@ on: [workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_matrix:
|
build_matrix:
|
||||||
name: Build and Push Docker Images of Client and Server
|
name: Build and Push Docker Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [amd64, arm64]
|
arch: [amd64, arm64]
|
||||||
images: [client, server]
|
image: [client, server]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user