From 119f7d2c4299550f26edbb59a35cbc2a3841f2f8 Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Mon, 30 Oct 2023 01:10:42 +1000 Subject: [PATCH] Create docker-image.yml Does this, create a release image i can use ? --- .github/workflows/docker-image.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..6f74027 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,18 @@ +name: Docker Image CI (maybe ?) + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Build the Docker image + run: docker build . --file Containerfile --tag lazer-tank-bison:$(date +%s)