From 80d825c28b9fd518bf1a0c3d123a7bb41fd3bf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Ravent=C3=B3s=20Calle?= <31952499+RCRoger@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:08:57 +0100 Subject: [PATCH] Create docker-image.yml --- .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 000000000..d131eac58 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,18 @@ +name: Docker Image CI + +on: + push: + branches: [ "development" ] + pull_request: + branches: [ "development" ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Build the Docker image + run: docker build . --file Dockerfile --tag roger-ghostfolio:$(date +%s)