Skip to content

Commit

Permalink
ci: try fix release_workflow.yml multiple tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Aug 27, 2024
1 parent 400b721 commit 57efaa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
validate-pr-title:
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}
load: true
push: true

0 comments on commit 57efaa1

Please sign in to comment.