BW3-Core/.github/workflows/build_image.yml
2022-05-23 22:15:25 +02:00

18 lines
275 B
YAML

name: Build Docker Image
on:
push:
branches: [ master, feature/docker ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag boswatch:$(date +%s)