Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
m-GDEV committed Nov 12, 2024
2 parents 6883345 + 9eac093 commit d5f818c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Docker Image CI

on:
release:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the WardrobeManager Api Docker Image
run: docker build . --file docker/WardrobeManager.Api/Dockerfile --tag wardrobe-manager-api:$(date +%s)

- name: Build WardrobeManager Presentation Docker Image
run: docker build . --file docker/WardrobeManager.Presentation/Dockerfile --tag wardrobe-manager-presentation:$(date +%s)

0 comments on commit d5f818c

Please sign in to comment.