Skip to content

Commit e4e29fd

Browse files
committed
ci: Update ci workflow
1 parent 24975cf commit e4e29fd

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
release_astro:
4646
name: Release artifact (spuxx-astro)
47-
uses: spuxx-dev/ci-cd/.github/workflows/pnpm_build_and_push.yml@v4.1.0
47+
uses: spuxx-dev/ci-cd/.github/workflows/pnpm_build_and_push_image.yml@v5.0.0
4848
needs:
4949
- run_checks
5050
with:
@@ -55,22 +55,22 @@ jobs:
5555
dockerfile: ./apps/spuxx-astro/Dockerfile
5656
dockerhub_repository: spuxx-astro
5757
secrets:
58-
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
58+
token: ${{ secrets.GITHUB_TOKEN }}
5959

60-
release_constellation_dashboard:
61-
name: Release artifact (constellation-dashboard)
62-
uses: spuxx-dev/ci-cd/.github/workflows/pnpm_build_and_push.yml@v4.1.0
63-
needs:
64-
- run_checks
65-
with:
66-
tag: branch
67-
latest: true
68-
path: ./apps/constellation-dashboard
69-
context: ./apps/constellation-dashboard
70-
dockerfile: ./apps/constellation-dashboard/Dockerfile
71-
dockerhub_repository: constellation-dashboard
72-
secrets:
73-
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
60+
# release_constellation_dashboard:
61+
# name: Release artifact (constellation-dashboard)
62+
# uses: spuxx-dev/ci-cd/.github/workflows/pnpm_build_and_push_image.yml@v5.0.0
63+
# needs:
64+
# - run_checks
65+
# with:
66+
# tag: branch
67+
# latest: true
68+
# path: ./apps/constellation-dashboard
69+
# context: ./apps/constellation-dashboard
70+
# dockerfile: ./apps/constellation-dashboard/Dockerfile
71+
# dockerhub_repository: constellation-dashboard
72+
# secrets:
73+
# dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
7474

7575
run_release_please:
7676
name: Run release-please

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
dependabot_auto_merge:
2424
name: Auto-merge dependabot PR
25-
uses: spuxx-dev/ci-cd/.github/workflows/dependabot_auto_merge.yml@v4.1.0
25+
uses: spuxx-dev/ci-cd/.github/workflows/dependabot_auto_merge.yml@v5.0.0
2626
needs:
2727
- run_checks
2828
- run_unit_tests

0 commit comments

Comments
 (0)