Skip to content

Commit a561169

Browse files
fix: CI stuff
1 parent 6bf8822 commit a561169

File tree

2 files changed

+183
-7682
lines changed

2 files changed

+183
-7682
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,6 @@ jobs:
3434

3535
- run: yarn
3636

37-
- name: Docker Login
38-
run: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
39-
env:
40-
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
41-
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
42-
43-
- name: Perform builds
44-
env:
45-
AUTH0_CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}
46-
AUTH0_SECRET_B64: ${{ secrets.AUTH0_SECRET_B64 }}
47-
run: |-
48-
rm -fr dashboard-fe/node_modules
49-
yarn workspace @module-federation/dashboard run docker:build:ci
50-
yarn workspace @module-federation/dashboard run docker:push
51-
5237
- name: Create Release or Publish
5338
uses: changesets/action@master
5439
with:

0 commit comments

Comments
 (0)