Create docker-image.yml

This commit is contained in:
Lukasz Olszewski 2023-12-22 15:49:28 +01:00 committed by GitHub
parent d158e75435
commit 91dfb2272a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,9 @@
name: Docker Image CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)