Skip to content

Commit

Permalink
GitHub action - Docker build simple-pt-example as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Jan 12, 2024
1 parent 6dc3c40 commit 3f53c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,12 @@ jobs:
uses: actions/checkout@v4
- name: git submodule update
run: git submodule update --init --recursive
- name: Docker build
- name: Docker build pt-example
run: docker build -t pt-example:latest -f ./Dockerfile.pt-example .
# Don't run it - it will run forever essentially.
- name: Docker build pt-example
run: docker build -t simple-example:latest -f ./Dockerfile.simple-pt-example .
# Don't run it - it will run forever essentially.
- name: Docker system prune
if: always()
run: docker system prune -f

0 comments on commit 3f53c27

Please sign in to comment.