Skip to content

Commit

Permalink
Add docker image ci (#67)
Browse files Browse the repository at this point in the history
* Add docker image ci

* Update .github/workflows/build.yaml

---------

Co-authored-by: Salah Al Saleh <[email protected]>
  • Loading branch information
kaovilai and sgalsaleh authored Nov 7, 2024
1 parent 2699d52 commit 1cfb814
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . -f deploy/Dockerfile --tag replicated/local-volume-provider:$(date +%s)

0 comments on commit 1cfb814

Please sign in to comment.