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 42
42
43
43
- name : Build and push Docker image
44
44
id : docker_build
45
- uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
45
+ uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
46
46
with :
47
47
context : .
48
48
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@0a97817b6ade9f46837855d676c4cca3a2471fc9
37
+ uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
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@0a97817b6ade9f46837855d676c4cca3a2471fc9
49
+ uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
50
50
with :
51
51
context : .
52
52
push : true
You can’t perform that action at this time.
0 commit comments