We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47ccf6 commit 35fd17aCopy full SHA for 35fd17a
.github/workflows/docker.yaml
@@ -176,7 +176,7 @@ jobs:
176
- build_configuration: compose
177
tag_suffix: ""
178
- build_configuration: staging
179
- tag_suffix: ""
+ tag_suffix: "-producer-demo"
180
runs-on: ubuntu-latest
181
needs:
182
- build-openmina-frontend-image
frontend/Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:18 AS BUILD_IMAGE
2
-ARG BUILD_CONFIGURATION=producer
+ARG BUILD_CONFIGURATION=staging
3
WORKDIR /app
4
COPY . .
5
RUN npm install
0 commit comments