chore: fix naming and remove example-app prefix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 11:55:58 +01:00
parent 49308859dc
commit 77fa4d45d5
+3 -3
View File
@@ -34,11 +34,11 @@ jobs:
run: |
cp -f ./.github/uffizzi/uffizzi.production.app-config.yaml ./app-config.production.yaml;
- name: yarn build
- name: typescript build
run: |
yarn tsc:full
- name: yarn build
- name: backstage build
run: |
yarn build:all
@@ -59,7 +59,7 @@ jobs:
- name: Build Image
uses: docker/build-push-action@v2
with:
context: example-app
context: .
file: packages/backend/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}