Skip to content

Commit 04726cd

Browse files
committed
v0
1 parent e1a80f4 commit 04726cd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
name: Build & Publish Docker Image
22

33
on:
4+
5+
pull_request:
6+
branches:
7+
- docker
8+
paths:
9+
- 'docker/**'
10+
- '.github/workflows/docker-publish.yml'
411
push:
512
branches:
6-
- main
13+
- docker
714
paths:
815
- 'docker/**'
916
- '.github/workflows/docker-publish.yml'
17+
paths-ignore:
18+
- 'docker/README.md'
1019

1120
jobs:
1221
build-and-push:

docker/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Deep Learning Crash Course
2+
3+
[![Early Access - Use Code PREORDER for 25% Off](https://img.shields.io/badge/Early%20Access%20Now%20Available-Use%20Code%20PREORDER%20for%2025%25%20Off-orange)](https://nostarch.com/deep-learning-crash-course)
4+
by Benjamin Midtvedt, Jesús Pineda, Henrik Klein Moberg, Harshith Bachimanchi, Joana B. Pereira, Carlo Manzo, Giovanni Volpe
5+
No Starch Press, San Francisco (CA), 2025
6+
ISBN-13: 9781718503922
7+
[https://nostarch.com/deep-learning-crash-course](https://nostarch.com/deep-learning-crash-course)
8+
9+
---
10+
11+
![Docker Image CI](https://github.com/DeepTrackAI/DeepLearningCrashCourse/actions/workflows/docker-publish.yml/badge.svg)
12+
13+
---

0 commit comments

Comments
 (0)