Files
Publish-Docker-Github-Action/.github/workflows/test.yml
2022-04-09 20:57:38 +02:00

10 lines
182 B
YAML

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build .