Skip to content

Commit

Permalink
Create build_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Jul 18, 2024
1 parent 4279163 commit b917016
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build docker
on:
workflow_dispatch:
push:
paths:
- 'inst/apps/processed_mapping_files/dataSourceVersion.tsv'
pull_request:
paths:
- 'inst/apps/processed_mapping_files/dataSourceVersion.tsv'
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Build docker
run: |
docker build -t tabbassidaloii/omicsfixid:latest .

0 comments on commit b917016

Please sign in to comment.