Skip to content

use image in the docker compose #31

use image in the docker compose

use image in the docker compose #31

name: docker compose up -d --build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build container image
run: docker compose up -d --build