Skip to content

Commit 41f80f4

Browse files
committed
Update deploy.yml
1 parent d5a32ad commit 41f80f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["pypy3.10", "3.10"]
19+
python-version: ["3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -47,7 +47,6 @@ jobs:
4747
uses: docker/build-push-action@v6
4848
with:
4949
platforms: linux/amd64,linux/arm64
50-
context: "./app"
5150
push: true
5251
tags: |
5352
fraunhoferiosb/fx-ccm-dataspace-poc-business-int-logic:latest

0 commit comments

Comments
 (0)