Skip to content

Commit

Permalink
Fix small errors in onvif broker and opencv base build workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Belouin <[email protected]>
  • Loading branch information
diconico07 committed Oct 27, 2023
1 parent c96e8db commit c316fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-onvif-video-broker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:

- name: Build and push
run: |
make onvif-video-broker $(${{ github.event_name != 'pull_request' }} && echo "PUSH=1")
make onvif-video-broker PREFIX=ghcr.io/project-akri/akri $(${{ github.event_name != 'pull_request' }} && echo "PUSH=1")
2 changes: 1 addition & 1 deletion .github/workflows/build-opencv-base-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
org.opencontainers.image.description=Akri opencvsharp base image for samples build
tags: |
type=ref,event=pr
type=raw,value=${{steps.version-string.outputs.version}}
type=raw,value=${{steps.version-string.outputs.BUILD_OPENCV_BASE_VERSION}}
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit c316fd7

Please sign in to comment.