Merge pull request #3 from parallel-programming-hwr/container

github action: fix action
main
leonnicolas 3 years ago committed by GitHub
commit 1036e9e4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}

Loading…
Cancel
Save