Skip to content

Commit

Permalink
all tabs gone
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jun 28, 2024
1 parent 5300c21 commit de171e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: exposome/Dockerfile
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: .
file: dbSchema/Dockerfile
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: .
file: zfExp/Dockerfile
file: zfExp/Dockerfile
push: true
tags: sgosline/srp-zfexp
platforms: linux/amd64,linux/arm64

0 comments on commit de171e9

Please sign in to comment.