Skip to content

Commit f1b8322

Browse files
committed
fix dockerfile path
1 parent 79bc24f commit f1b8322

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Python CI
1+
name: Main
22

33
on:
44
push:
55
branches:
6-
- main
6+
- v2_bug_fixes
77
pull_request:
88
branches:
9-
- main
9+
- v2_bug_fixes
1010

1111
jobs:
1212
build:
@@ -43,6 +43,7 @@ jobs:
4343
with:
4444
context: .
4545
push: true
46-
cache-from: ghcr.io/${{ github.repository }}:latest
46+
file: Dockerfile.rpdouction
47+
cache-from: ghcr.io/${{ github.repository }}:v2
4748
cache-to: type=inline
48-
tags: ghcr.io/${{ github.repository }}:latest
49+
tags: ghcr.io/${{ github.repository }}:v2

.github/workflows/v2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python CI
1+
name: V2
22

33
on:
44
push:
@@ -43,6 +43,7 @@ jobs:
4343
with:
4444
context: .
4545
push: true
46+
file: Dockerfile.rpdouction
4647
cache-from: ghcr.io/${{ github.repository }}:v2
4748
cache-to: type=inline
4849
tags: ghcr.io/${{ github.repository }}:v2

0 commit comments

Comments
 (0)