|
|
|
@ -33,16 +33,6 @@ jobs:
|
|
|
|
|
push: true
|
|
|
|
|
platforms: linux/amd64
|
|
|
|
|
tags: leonnicolas/rust-opencl-demo:latest, leonnicolas/rust-opencl-demo:${{ steps.sha.outputs.sha }}
|
|
|
|
|
-
|
|
|
|
|
name: Build and push http wrapper
|
|
|
|
|
id: docker_build
|
|
|
|
|
uses: docker/build-push-action@v2
|
|
|
|
|
with:
|
|
|
|
|
context: .
|
|
|
|
|
file: ./http-wrapper/Dockerfile
|
|
|
|
|
push: true
|
|
|
|
|
platforms: linux/amd64
|
|
|
|
|
tags: leonnicolas/rust-opencl-demo-wrapper:latest, leonnicolas/rust-opencl-demo-wrapper:${{ steps.sha.outputs.sha }}
|
|
|
|
|
-
|
|
|
|
|
name: Image digest
|
|
|
|
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
|
|
|
|