Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 7, 2025
1 parent 6986477 commit acf3ead
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ jobs:
tags: |
type=semver,pattern={{raw}},value=${{ needs.build.outputs.version }}
type=raw,value=${{ env.TARGET_ENV_LOWERCASE }}
- name: Set Build Source
id: set-source
run: |
Expand All @@ -252,12 +251,6 @@ jobs:
fi
- name: Build and Push Docker Image
if: |
contains(['refs/heads/develop', 'refs/heads/main'], github.ref) ||
startsWith(github.ref, 'refs/heads/release') ||
contains(github.event.head_commit.message, '/deploy sit') ||
contains(github.event.head_commit.message, '/deploy uat') ||
contains(github.event.head_commit.message, '/deploy sandbox')
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit acf3ead

Please sign in to comment.