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 4242
4343 - name : Build and push Docker image
4444 id : docker_build
45- uses : docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8
45+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
4646 with :
4747 context : .
4848 file : scripts/dev.Dockerfile
Original file line number Diff line number Diff line change 3434 type=semver,pattern={{major}}.{{minor}}
3535
3636 - name : Build and load image
37- uses : docker/build-push-action@v3
37+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
3838 with :
3939 context : .
4040 file : scripts/Dockerfile
4646 docker run --rm ${{ env.CONTAINER_NAME }} conda run -n pymc-dev python -c 'import pymc;print(pymc.__version__)'
4747
4848 - name : Build and push
49- uses : docker/build-push-action@v3
49+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
5050 with :
5151 context : .
5252 push : true
You can’t perform that action at this time.
0 commit comments