Update job_conf.yml files and server tool_list for mississippi-dev an… #329
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 |