Skip to content

Commit

Permalink
2024-06-21 15:27 - updates CI ci:all
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 21, 2024
1 parent c14f101 commit abe4ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: info
shell: bash
run: |
force_build="${{ contains(github.event.head_commit.message, 'ci:build') }}"
force_build="${{ contains(github.event.head_commit.message, 'ci:build') || contains(github.event.head_commit.message, 'ci:release')}}"
force_scan="${{ contains(github.event.head_commit.message, 'ci:scan') }}"
force_test="${{ contains(github.event.head_commit.message, 'ci:test') }}"
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: ./.github/actions/docker_build
with:
dryrun: ${{ env.ACT || 'false' }}
rebuild: ${{ contains(github.event.head_commit.message, 'ci:build') }}
rebuild: ${{ env.BUILD == 'true'}}
image: ${{ vars.DOCKER_IMAGE }}
target: 'dist'
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit abe4ad6

Please sign in to comment.