Skip to content

Commit

Permalink
Merge branch 'mars-receipt-library' of github.com:elixir-europe/MARS …
Browse files Browse the repository at this point in the history
…into mars-receipt-library
  • Loading branch information
Pedram-A-Keyvani committed Oct 23, 2024
2 parents 5c55a07 + c223da2 commit 8e69d42
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/build-biosamples-service-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Test on Building and Pushing Docker image for BioSamples service

on:
push:
paths:
- "repository-services/isajson-biosamples/**"
pull_request:
paths:
- "repository-services/isajson-biosamples/**"
branches:
- mars-receipt-library

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: repository-services
file: isajson-biosamples/Dockerfile
push: false
tags: user/app:latest

0 comments on commit 8e69d42

Please sign in to comment.