Skip to content

Commit 66e4e4f

Browse files
authored
Create build.yml
build container image
1 parent 38f8edd commit 66e4e4f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build and test
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
8+
build:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v3
14+
- name: Build the Docker image
15+
run: docker build . --file Dockerfile --tag appuio/example-php-docker-helloworld:latest

0 commit comments

Comments
 (0)