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

Commit

Permalink
Making docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Aug 23, 2023
1 parent a646732 commit 25e81f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build requirements
cmd: make

- name: Build and push Docker image for nodes
id: build-and-push
uses: docker/build-push-action@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/services/
dist

0 comments on commit 25e81f2

Please sign in to comment.