Skip to content

Commit

Permalink
Reformatted yml for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 20, 2023
1 parent 382c305 commit ecab439
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Docker Image CI

on:
push:
branches:
- master
- develop

pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --tag export-tool-api:$(date +%s)
File renamed without changes.

0 comments on commit ecab439

Please sign in to comment.