File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments