Skip to content
Snippets Groups Projects
Unverified Commit a755c90c authored by Emmanuel Bruno's avatar Emmanuel Bruno Committed by GitHub
Browse files

Create docker-image.yml

parent a1b9bd64
No related branches found
No related tags found
No related merge requests found
name: Docker Image CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: [self-hosted, Linux]
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag democi:$(date +%s)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment