Create docker-image.yml (#41)

* Create docker-image.yml

* Testing
pull/44/head
Sævar Öfjörð Magnússon 2022-02-28 09:50:44 +00:00 zatwierdzone przez GitHub
rodzic fd3d1a4c6c
commit 865cd10515
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 20 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,20 @@
name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
./setup.sh
docker build . --file Dockerfile --tag docker-wagtail-develop:$(date +%s)