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