File tree 2 files changed +3
-3
lines changed
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@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
49
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
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@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
37
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
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@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
49
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
50
50
with :
51
51
context : .
52
52
push : true
You can’t perform that action at this time.
0 commit comments