Skip to content

Commit

Permalink
do not attempt to push while on dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 24, 2024
1 parent d85c56f commit 163c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
push: ${{ github.actor != 'dependabot[bot]' }}
build-args: |
ACTIVEMQ_VERSION=${{ steps.vars.outputs.activemq_version }}
JDIST=${{ matrix.jdist }}
Expand Down

0 comments on commit 163c435

Please sign in to comment.