Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Add docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
plamentotev authored Oct 20, 2023
1 parent 899b8fa commit 2fa6856
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
with:
build-root-directory: backend
arguments: build
- name: Build docker image
uses: docker/[email protected]
with:
tags: carbon-criters-backend:latest

0 comments on commit 2fa6856

Please sign in to comment.