Create docker-image.yml

This commit is contained in:
EdyTheCow
2021-07-25 13:51:38 +00:00
committed by GitHub
parent b75d9caed0
commit ba2f2260d7

18
.github/workflows/docker-image.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build whmcs_image --file Dockerfile --tag my-image-name:$(date +%s)