Skip to content

Commit

Permalink
Revert "Try out action in pull request"
Browse files Browse the repository at this point in the history
This reverts commit a5c072d.
  • Loading branch information
AndrewKostka committed Jan 29, 2025
1 parent a5c072d commit 557f76f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,21 @@ jobs:
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'
id: update-helmfile-values
run: |
TAG="$(echo ${{ steps.docker_meta.outputs.tags }} | cut -d':' -f2)"
Expand All @@ -78,13 +81,15 @@ jobs:
# run the values script for local, prod and staging
-
name: Truncate commit message
if: github.event_name != 'pull_request'
id: truncate-commit-message
run: |
MSG=$(git log -1 --pretty=format:%s)
echo "msg=$MSG" >> $GITHUB_OUTPUT
-
name: Create Staging+Local Pull Request
uses: peter-evans/create-pull-request@v5
if: github.event_name != 'pull_request'
with:
path: ./repos/wbaas-deploy-staging
commit-message: 'Staging+Local: Deploy new Widar image ${{ steps.docker_meta.outputs.tags }}'
Expand All @@ -101,6 +106,7 @@ jobs:
-
name: Create Production Pull Request
uses: peter-evans/create-pull-request@v5
if: github.event_name != 'pull_request'
with:
path: ./repos/wbaas-deploy-production
commit-message: 'Production: Deploy new Widar image ${{ steps.docker_meta.outputs.tags }}'
Expand Down

0 comments on commit 557f76f

Please sign in to comment.