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 48
48
49
49
- name : Build and push Docker image
50
50
id : docker_build
51
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
51
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
52
52
with :
53
53
context : .
54
54
file : scripts/dev.Dockerfile
Original file line number Diff line number Diff line change 36
36
type=semver,pattern={{major}}.{{minor}}
37
37
38
38
- name : Build and load image
39
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
39
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
40
40
with :
41
41
context : .
42
42
file : scripts/Dockerfile
48
48
docker run --rm ${{ env.CONTAINER_NAME }} conda run -n pymc-dev python -c 'import pymc;print(pymc.__version__)'
49
49
50
50
- name : Build and push
51
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
51
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
52
52
with :
53
53
context : .
54
54
push : true
You can’t perform that action at this time.
0 commit comments