Skip to content

Commit

Permalink
check empty changes
Browse files Browse the repository at this point in the history
Signed-off-by: Anastassios Nanos <[email protected]>
  • Loading branch information
ananos committed Oct 22, 2024
1 parent 36abdcd commit ae251b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: ["main"]
push:
branches: ["main", "staging"]
branches: ["main", "staging", "feat_test_changes"]
workflow_dispatch: # build on demand
#schedule:
# - cron: "43 6 * * 0" # build every Sunday at 6:43 AM UTC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
echo "$amend_command"
# Create the docker manifest with the amend command
docker manifest create ${{ env.REGISTRY }}/${{ github.repository }}/:${{ env.TAG }} $amend_command
docker manifest create ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }} $amend_command
# Optionally push the manifest (comment out if not needed)
# docker manifest push ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.dockerfile }}:${{ env.TAG }}
Expand Down

0 comments on commit ae251b6

Please sign in to comment.