Skip to content

Commit

Permalink
Clone wbaas-deploy in docker build action (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Jan 30, 2025
1 parent e292771 commit c5890d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
-
name: Check out `wmde/wbaas-deploy` repository in staging child directory
if: github.event_name != 'pull_request'
uses: actions/checkout@v3.5.3
with:
repository: wmde/wbaas-deploy
path: ./repos/wbaas-deploy-staging
-
name: Check out `wmde/wbaas-deploy` repository in production child directory
if: github.event_name != 'pull_request'
uses: actions/checkout@v3.5.3
with:
repository: wmde/wbaas-deploy
path: ./repos/wbaas-deploy-production
-
name: Update helmfile values for local, staging and production
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit c5890d8

Please sign in to comment.