Skip to content

Commit 1130ebe

Browse files
authored
Merge pull request #41 from Schluggi/new_live
New live
2 parents 2f0f865 + 495930d commit 1130ebe

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Build Image
22

33
on:
44
push:
5+
paths:
6+
- '**.py'
7+
- '**.txt'
8+
- '**.yaml'
9+
- Dockerfile
510
branches:
611
- "main"
712
pull_request:

.github/workflows/lint-python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- "main"
88
paths:
99
- '**.py'
10-
- src/requirements.txt
10+
- requirements.txt
1111
pull_request:
1212
paths:
1313
- '**.py'
14-
- src/requirements.txt
14+
- requirements.txt
1515

1616
# Allows you to run this workflow manually from the Actions tab
1717
workflow_dispatch:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ realized that I want to play codename pictures instead. So I've decided to creat
2222
## Docker
2323

2424
```commandline
25-
docker run -p 5000:5000 -e GAME_MODES="pictures,classic_de,classic_en,classic_en-undercover" <placeholder>:latest
25+
docker run -p 5000:5000 -e GAME_MODES="pictures,classic_de,classic_en,classic_en-undercover" ghcr.io/schluggi/codenames:latest
2626
```
2727

2828
## Git

0 commit comments

Comments
 (0)