File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Build and push Docker image
48
48
id : docker_build
49
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
49
+ uses : docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
50
50
with :
51
51
context : .
52
52
file : scripts/dev.Dockerfile
Original file line number Diff line number Diff line change 34
34
type=semver,pattern={{major}}.{{minor}}
35
35
36
36
- name : Build and load image
37
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
37
+ uses : docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
38
38
with :
39
39
context : .
40
40
file : scripts/Dockerfile
46
46
docker run --rm ${{ env.CONTAINER_NAME }} conda run -n pymc-dev python -c 'import pymc;print(pymc.__version__)'
47
47
48
48
- name : Build and push
49
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
49
+ uses : docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
50
50
with :
51
51
context : .
52
52
push : true
You can’t perform that action at this time.
0 commit comments