Skip to content

Commit 35fd17a

Browse files
committed
chore: Adjust compose files (more reverts)
1 parent b47ccf6 commit 35fd17a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- build_configuration: compose
177177
tag_suffix: ""
178178
- build_configuration: staging
179-
tag_suffix: ""
179+
tag_suffix: "-producer-demo"
180180
runs-on: ubuntu-latest
181181
needs:
182182
- build-openmina-frontend-image

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:18 AS BUILD_IMAGE
2-
ARG BUILD_CONFIGURATION=producer
2+
ARG BUILD_CONFIGURATION=staging
33
WORKDIR /app
44
COPY . .
55
RUN npm install

0 commit comments

Comments
 (0)