From 19a5516de2d359877316f5e3f65a56583de3ff44 Mon Sep 17 00:00:00 2001 From: kanza99 <147293665+kanza99@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:49:13 +0800 Subject: [PATCH] Create docker-image.yml "An application connected to the stock market where we can buy company stocks using Pi coins, an easy-to-understand app that facilitates quick transactions." --- .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..78aeb8f1b --- /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 my-image-name:$(date +%s)