We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent dd31888 commit 6c65c11Copy full SHA for 6c65c11
.github/workflows/release.yml
@@ -55,7 +55,6 @@ jobs:
55
pypi_token: ${{ secrets.PYPI_TOKEN }}
56
57
- name: Build Docker Image
58
- id: package_release
59
env:
60
REPO: cyclonedx/cyclonedx-python
61
run: |
Dockerfile
@@ -2,6 +2,5 @@ FROM python:3.10-slim-buster
2
3
ARG VERSION
4
5
-COPY ./dist /tmp/dist
6
-RUN pip install cyclonedx-bom==${VERSION} --find-links file:///tmp/dist
+RUN pip install cyclonedx-bom==${VERSION}
7
ENTRYPOINT ["cyclonedx-bom"]
0 commit comments