Skip to content

Commit

Permalink
fix(gha): go version added to the image
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Yagci <kaan.yagci@makepad.fr>
  • Loading branch information
kaanyagci committed Mar 29, 2024
1 parent bfc59be commit 4ce7d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
build-args: |
DEBIAN_TAG=${{ matrix.DEBIAN_TAG }}
OPENCV_VERSION=${{ matrix.OPENCV_VERSION }}
GO_VERSION=${{ matrix.GO_VERSION }}
cache-from: type=registry,ref=makepad/go-opencv:${{ matrix.DEBIAN_TAG }}-opencv-${{ matrix.OPENCV_VERSION }}-go${{ matrix.GO_VERSION }}
cache-to: type=inline

0 comments on commit 4ce7d04

Please sign in to comment.