Skip to content

Commit

Permalink
ci: legacy app deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka authored Dec 11, 2024
1 parent b5eec10 commit 25e7e6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- "streamlit_dockerimage_version"
- "apps/legacy_app/streamlit_version"

env:
DOCKER_REGISTRY_HOST: europe-west1-docker.pkg.dev
Expand Down Expand Up @@ -38,9 +38,10 @@ jobs:
- name: Build Docker image
id: build
run: |
VERSION=$(cat streamlit_dockerimage_version)
cd ./apps/legacy_app
VERSION=$(cat streamlit_version)
echo "VERSION=$VERSION" >> $GITHUB_ENV
docker build -t $DOCKER_REGISTRY_HOST/$GCP_PROJECT/docker-repository/derisk-starknet-fe:$VERSION -f Dockerfile.frontend .
docker build -t $DOCKER_REGISTRY_HOST/$GCP_PROJECT/docker-repository/derisk-starknet-fe:$VERSION .
- name: Push Docker image
run: |
Expand Down

0 comments on commit 25e7e6f

Please sign in to comment.