Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Merge branch 'develop' of https://lab.teamblackcrystal.com/blackcryst… #3031

Merge branch 'develop' of https://lab.teamblackcrystal.com/blackcryst…

Merge branch 'develop' of https://lab.teamblackcrystal.com/blackcryst… #3031

Workflow file for this run

name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)