Skip to content

CI-CD - Made the docker images push to the AMOS organization #12

CI-CD - Made the docker images push to the AMOS organization

CI-CD - Made the docker images push to the AMOS organization #12

Workflow file for this run

name: Build Docker Compose
on:
pull_request:
branches:
- sprint-release
- main
paths:
- "backend/**"
- "frontend/**"
jobs:
build:
name: Build Images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Images
run: docker compose build --pull