Skip to content

Commit 66ee730

Browse files
almost same as docker-acap
Change-Id: I1ae75ddeb17cd80a8cfbee3c18ad966379ea6028
1 parent 9324919 commit 66ee730

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
RESPONSE=$(curl -XPOST -H 'accept: */*' -H 'Content-Type: multipart/form-data' \
177177
-H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
178178
'${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
179-
--upload-file "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
179+
-F uploadedFile=@"${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
180180
-w "%{http_code}\n" -v -o /dev/null --http1.1)
181181
echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
182182
- name: Check that acap has been signed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ RUN <<EOF
155155
. /opt/axis/acapsdk/environment-setup*
156156
BUILD_WITH_SANITIZERS="$BUILD_WITH_SANITIZERS" \
157157
acap-build . \
158-
-a docker \
159158
-a dockerd \
160159
-a docker-init \
161160
-a docker-proxy \

0 commit comments

Comments
 (0)