phoenix/.github/workflows/docker-test.yml

14 lines
247 B
YAML
Raw Normal View History

2023-07-22 22:08:24 +05:00
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