Commit b41f32f
Fix docker action branch (#1346)
**Context:**
Currently the docker build action always uses the dockerfile from the
master branch, regardless of which lightning branch we are testing. When
the dockerfile is updated in master, this can cause failure when testing
stable docker builds.
**Description of the Change:**
Update docker action to use dockerfile from the same lightning branch as
that being tested.
**Benefits:**
Stable docker build works
**Possible Drawbacks:**
**Related GitHub Issues:**
[latest docker
build](https://github.com/PennyLaneAI/pennylane-lightning/actions/runs/22314096215)
[stable docker
build](https://github.com/PennyLaneAI/pennylane-lightning/actions/runs/22314110578)
[sc-112280]
---------
Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai>
Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com>1 parent 3b578f8 commit b41f32f
File tree
3 files changed
+6
-1
lines changed- .github
- workflows
- pennylane_lightning/core
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments