Skip to content

Commit

Permalink
feat(ci): tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Apr 8, 2024
1 parent d6c7d1e commit b59fc04
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
deploy:
needs: check
if: ${{ needs.check.outputs.configs != '[]' && needs.check.outputs.configs != '' }}
uses: ./.github/actions/deploy.yml
uses: ./.github/actions/deploy/action.yml
strategy:
fail-fast: false
matrix:
Expand All @@ -319,15 +319,15 @@ jobs:
DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
MACOS_PASSWORD: "${{ secrets.MACOS_PASSWORD }}"
# - uses: ./.github/actions/manifest
# name: Manifest ${{ matrix.config.source.repository }}#${{ matrix.config.source.ref }}
# with:
# source_repository: ${{ matrix.config.source.repository }}
# source_ref: ${{ matrix.config.source.ref }}
# build_script: ${{ matrix.config.build_script }}
# target_repository: ${{ matrix.config.target.repository }}
# target_dockerfile: ${{ matrix.config.target.dockerfile }}
# platforms: ${{ matrix.config.platforms }}
# - uses: ./.github/actions/manifest
# name: Manifest ${{ matrix.config.source.repository }}#${{ matrix.config.source.ref }}
# with:
# source_repository: ${{ matrix.config.source.repository }}
# source_ref: ${{ matrix.config.source.ref }}
# build_script: ${{ matrix.config.build_script }}
# target_repository: ${{ matrix.config.target.repository }}
# target_dockerfile: ${{ matrix.config.target.dockerfile }}
# platforms: ${{ matrix.config.platforms }}


notify:
Expand Down

0 comments on commit b59fc04

Please sign in to comment.