Skip to content

Commit 933e488

Browse files
committed
Merge tags
1 parent 9b184d9 commit 933e488

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/docker_linux_x86_64.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,7 @@ jobs:
8686
push: ${{ inputs.push-to-dockerhub }}
8787
context: .
8888
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 }}
10390
target: wheel-${{ matrix.pl_backend }}
10491
build-args: |
10592
LIGHTNING_VERSION=${{ inputs.lightning-version }}

0 commit comments

Comments
 (0)