Skip to content

Commit 4afbe97

Browse files
committed
dockee-composer-build
1 parent c914e02 commit 4afbe97

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
name: 🐳 Docker Compose Build Check
3+
4+
on:
5+
push:
6+
branches: [ "**" ]
7+
pull_request:
8+
branches: [ "main" ]
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: ⬇️ Checkout Repository
16+
uses: actions/checkout@v3
17+
18+
- name: 🐳 Set up Docker
19+
uses: docker/setup-buildx-action@v3
20+
21+
- name: 🔨 Build Docker Compose Services
22+
run: docker compose build

0 commit comments

Comments
 (0)