Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit b1f9630

Browse files
Merge pull request #29 from IntelPython/feature/publish.v2
Fix content in publish.yml
2 parents ea16ff2 + c461cf4 commit b1f9630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Build and push Docker image for intelpython3_core
3535
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
3636
with:
37-
context: .
37+
context: configs/intelpython3_core
3838
push: true
3939
tags: ${{ steps.meta_core.outputs.tags }}
4040
labels: ${{ steps.meta_core.outputs.labels }}
4141

4242
- name: Build and push Docker image for intelpython3_full
4343
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
4444
with:
45-
context: .
45+
context: configs/intelpython3_full
4646
push: true
4747
tags: ${{ steps.meta_full.outputs.tags }}
4848
labels: ${{ steps.meta_full.outputs.labels }}

0 commit comments

Comments
 (0)