-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
49 additions
and
27 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Build and push Docker images | ||
on: | ||
push: | ||
branches: | ||
- dev | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build and push Docker images | ||
uses: docker/[email protected] | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} # optional | ||
password: ${{ secrets.DOCKER_PASSWORD }} # optional | ||
repository: ssidk/bifrost-base | ||
tags: dev | ||
path: components/base # optional, default is . |
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker_build_latest_on_push_branch_master.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Build and push Docker images | ||
on: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build and push Docker images | ||
uses: docker/[email protected] | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} # optional | ||
password: ${{ secrets.DOCKER_PASSWORD }} # optional | ||
repository: ssidk/bifrost-base | ||
tags: latest | ||
path: components/base # optional, default is . |
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
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Submodule ariba_mlst
updated
from 34c74b to 45c32a
Submodule ariba_plasmidfinder
updated
from a8e047 to dbb6b4
Submodule ariba_resfinder
updated
from 89eff7 to 49da62
Submodule ariba_virulencefinder
updated
from aaf6df to 5d8e57
Submodule assemblatron
updated
from 1b1776 to 6f8a08
Submodule cge_mlst
updated
from 1a4575 to 0593d1
Submodule cge_resfinder
updated
from e04bae to bbf186
Submodule min_read_check
updated
from 2e098e to 72ed96
Submodule ssi_stamper
updated
from 2be1d7 to b1441e
Submodule whats_my_species
updated
from 25bfd9 to 0cc60d