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

action simple CI

parent 6d4dfd34
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: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file ./docker/Dockerfile --tag my-image-name:$(date +%s)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment