Commit 933e488 1 parent 9b184d9 commit 933e488 Copy full SHA for 933e488
File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 86
86
push : ${{ inputs.push-to-dockerhub }}
87
87
context : .
88
88
file : docker/Dockerfile
89
- tags : pennylaneai/pennylane:${{ inputs.lightning-version }}-${{ matrix.pl_backend }}
90
- target : wheel-${{ matrix.pl_backend }}
91
- build-args : |
92
- LIGHTNING_VERSION=${{ inputs.lightning-version }}
93
- PENNYLANE_VERSION=${{ inputs.pennylane-version }}
94
-
95
- - name : Build and push latest
96
- uses : docker/build-push-action@v5
97
- if : ${{ inputs.push-to-dockerhub }}
98
- with :
99
- push : ${{ inputs.push-to-dockerhub }}
100
- context : .
101
- file : docker/Dockerfile
102
- tags : pennylaneai/pennylane:latest-${{ matrix.pl_backend }}
89
+ tags : pennylaneai/pennylane:${{ inputs.lightning-version }}-${{ matrix.pl_backend }},pennylaneai/pennylane:latest-${{ matrix.pl_backend }}
103
90
target : wheel-${{ matrix.pl_backend }}
104
91
build-args : |
105
92
LIGHTNING_VERSION=${{ inputs.lightning-version }}
You can’t perform that action at this time.
0 commit comments