Skip to content

bump x.y.z version to odd y following creation of RELEASE_3_20 branch #171

bump x.y.z version to odd y following creation of RELEASE_3_20 branch

bump x.y.z version to odd y following creation of RELEASE_3_20 branch #171

name: Build Conda Docker
on:
push:
branches:
- devel
paths:
- DESCRIPTION
jobs:
conda:
runs-on: ubuntu-latest
steps:
-
name: Checkout Repository
uses: actions/checkout@v3
-
name: Build Docker image
uses: docker/build-push-action@v2
with:
# don't push, since this is a test
push: false
file: inst/docker/Dockerfile