Skip to content

Commit

Permalink
- docker image push github action added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratulSharker committed Nov 28, 2023
1 parent 7383600 commit 15e2c5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker Image CI

on:
push:
branches: [ "adding-readme" ]
pull_request:
branches: [ "adding-readme" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker compose build

0 comments on commit 15e2c5f

Please sign in to comment.