Skip to content

Commit

Permalink
πŸ’š Fix CI/CD build (we don't build protos on backend anymore!)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz authored Sep 16, 2023
1 parent 03aa29b commit 2f7ee77
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ jobs:
run: |
mkdir $DOCKER_CONFIG
echo -n "$DOCKER_PASSWORD" | docker --config $DOCKER_CONFIG login --username $DOCKER_USER --password-stdin
- name: Create Firebase config file
run: |
echo $FIREBASE_TOKEN > ./src/firebaseConfig.json
- name: Clone honeypot
run: |
cd ..
git clone https://github.com/Honeybrain/Honeypot
- name: Build protos
run: |
cd ../Honeypot
chmod 777 ./scripts/make_backend_protos.sh
./scripts/make_backend_protos.sh ./protos ../Backend
- name: Build the Backend image
run: |
docker build -t $DOCKER_USER/hb_dashboard_back .
Expand All @@ -40,4 +28,4 @@ jobs:
- name: Push the images
run: |
docker --config $DOCKER_CONFIG push $DOCKER_USER/hb_dashboard_back
docker --config $DOCKER_CONFIG push $DOCKER_USER/hb_dashboard_envoy
docker --config $DOCKER_CONFIG push $DOCKER_USER/hb_dashboard_envoy

0 comments on commit 2f7ee77

Please sign in to comment.