File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 tags : mozillasecurity/fuzzmanager:latest
133133 outputs : type=docker,dest=${{ runner.temp }}/fuzzmanager.tar
134134 build-args : |
135- SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FuzzManager =${{ steps.scm_version.outputs.scm_version }}
135+ SETUPTOOLS_SCM_PRETEND_VERSION =${{ steps.scm_version.outputs.scm_version }}
136136
137137 - name : Upload artifact
138138 uses : actions/upload-artifact@v5
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RUN npm run production
1010
1111FROM python:3.11-alpine
1212
13- ARG SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FuzzManager
14- ENV SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FuzzManager=$SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FuzzManager
13+ ARG SETUPTOOLS_SCM_PRETEND_VERSION
14+ ENV SETUPTOOLS_SCM_PRETEND_VERSION=$SETUPTOOLS_SCM_PRETEND_VERSION
1515
1616# Install system dependencies
1717RUN adduser -D worker && \
You can’t perform that action at this time.
0 commit comments