Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jun 28, 2024
1 parent bb6ffbd commit ccfa17e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,31 @@ jobs:
- name: Build and push sampleChem
uses: docker/build-push-action@v3
with:
context: .
context: ./
push: true
file: ./sampleChemMapping/Dockerfile
tags: sgosline/srp-samplechem:latest
platforms: linux/amd64,linux/arm64
- name: Build and push exposome
uses: docker/build-push-action@v3
with:
context: .
context: ./
file: ./exposome/Dockerfile
push: true
tags: sgosline/srp-exposome:latest
platforms: linux/amd64,linux/arm64
- name: Build and push dbSchema
uses: docker/build-push-action@v3
with:
context: .
context: ./
file: ./dbSchema/Dockerfile
push: true
tags: sgosline/srp-dbschema
platforms: linux/amd64,linux/arm64
- name: Build and push expression
uses: docker/build-push-action@v3
with:
context: .
context: ./
file: ./zfExp/Dockerfile
push: true
tags: sgosline/srp-zfexp
Expand Down

0 comments on commit ccfa17e

Please sign in to comment.