Upgrade conda installation and upgrade docker build using ubuntu 24.0… #323
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build galaxyXpand docker image | |
on: | |
push: | |
branches-ignore: | |
- master | |
- readthedocs | |
jobs: | |
buildx: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- uses: docker/[email protected] | |
id: buildx | |
with: | |
install: true | |
- name: Build | |
run: | | |
docker build . # will run buildx |