diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 00000000..e7b090b7 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -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)