Skip to content

Commit

Permalink
update publish-docker-images.yml
Browse files Browse the repository at this point in the history
deleteLater committed Dec 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bfdca5d commit 8c13412
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
@@ -29,16 +29,16 @@ jobs:
strategy:
matrix:
include:
- app: featbit-ui
- app: ui-tio
build-dir: modules/front-end
file: ./Dockerfile
- app: featbit-api-server
- app: api-tio
build-dir: modules/back-end
file: ./deploy/Dockerfile
- app: featbit-data-analytics-server
- app: da-server-tio
build-dir: modules/data-analytics
file: ./Dockerfile
- app: featbit-evaluation-server
- app: evaluation-server-tio
build-dir: modules/evaluation-server
file: ./deploy/Dockerfile
steps:
@@ -71,7 +71,7 @@ jobs:
with:
context: "{{defaultContext}}:${{ matrix.build-dir }}"
file: ${{ matrix.file }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ matrix.app }}:${{ env.VERSION_TAG }}
cache-from: type=gha
@@ -83,7 +83,7 @@ jobs:
with:
context: "{{defaultContext}}:${{ matrix.build-dir }}"
file: ${{ matrix.file }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ matrix.app }}:${{ env.LATEST_TAG }}
cache-from: type=gha

0 comments on commit 8c13412

Please sign in to comment.