Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
motty-mio2 committed Nov 11, 2023
1 parent c64fa2e commit 457becf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker_release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
push: true
# platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/motty-mio2/kb_2315/base:latest
${{ env.REGISTRY }}/motty-mio2/kb_2315/base:${{ steps.build_version.outputs.VERSION }}
${{ env.REGISTRY }}/jphacks/kb_2315/base:latest
${{ env.REGISTRY }}/jphacks/kb_2315/base:${{ steps.build_version.outputs.VERSION }}
- name: replace base version
run: |
Expand All @@ -72,8 +72,8 @@ jobs:
push: true
# platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/motty-mio2/kb_2315/alembic:latest
${{ env.REGISTRY }}/motty-mio2/kb_2315/alembic:${{ steps.build_version.outputs.VERSION }}
${{ env.REGISTRY }}/jphacks/kb_2315/alembic:latest
${{ env.REGISTRY }}/jphacks/kb_2315/alembic:${{ steps.build_version.outputs.VERSION }}
- name: Build FastAPI image
uses: docker/build-push-action@v5
Expand All @@ -83,8 +83,8 @@ jobs:
push: true
# platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/motty-mio2/kb_2315/app:latest
${{ env.REGISTRY }}/motty-mio2/kb_2315/app:${{ steps.build_version.outputs.VERSION }}
${{ env.REGISTRY }}/jphacks/kb_2315/app:latest
${{ env.REGISTRY }}/jphacks/kb_2315/app:${{ steps.build_version.outputs.VERSION }}
- name: Build Streamlit image
uses: docker/build-push-action@v5
Expand All @@ -94,5 +94,5 @@ jobs:
push: true
# platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/motty-mio2/kb_2315/graph:latest
${{ env.REGISTRY }}/motty-mio2/kb_2315/graph:${{ steps.build_version.outputs.VERSION }}
${{ env.REGISTRY }}/jphacks/kb_2315/graph:latest
${{ env.REGISTRY }}/jphacks/kb_2315/graph:${{ steps.build_version.outputs.VERSION }}

0 comments on commit 457becf

Please sign in to comment.