Create docker-test.yml

This commit is contained in:
Ivan R. 2023-07-22 22:08:24 +05:00 committed by GitHub
parent 565216b2a3
commit 598bb05528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/docker-test.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Docker Test
on:
pull_request:
branches: [ "production" ]
jobs:
docker-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile