Skip to content

Commit

Permalink
Merge pull request #112 from mlibrary/update-workflow
Browse files Browse the repository at this point in the history
Fix: Fixing the spacing bug of the previous update-dependencies pr
  • Loading branch information
niquerio authored May 14, 2024
2 parents a9eb0bd + 6575ee1 commit 4acd740
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,24 @@ jobs:
echo "SHA=${{ steps.cpr.outputs.pull-request-head-sha }}" >> $GITHUB_OUTPUT
build-unstable:
needs: update
name: Build unstable ${{ needs.update.outputs.SHA }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ needs.update.outputs.SHA }}
dockerfile: Dockerfile
secrets: inherit
deploy-unstable:
needs: build-unstable
name: Deploy to workshop
uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
with:
image: ${{ needs.build-unstable.outputs.image }}
file: environments/browse/workshop/web-image.txt
CONFIG_REPO_RW_APP_ID: ${{ vars.CONFIG_REPO_RW_APP_ID }}
CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }}
secrets: inherit
build-unstable:
needs: update
name: Build unstable ${{ needs.update.outputs.SHA }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ needs.update.outputs.SHA }}
dockerfile: Dockerfile
secrets: inherit

deploy-unstable:
needs: build-unstable
name: Deploy to workshop
uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
with:
image: ${{ needs.build-unstable.outputs.image }}
file: environments/browse/workshop/web-image.txt
CONFIG_REPO_RW_APP_ID: ${{ vars.CONFIG_REPO_RW_APP_ID }}
CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }}
secrets: inherit

0 comments on commit 4acd740

Please sign in to comment.