Skip to content

Commit

Permalink
Do not attempt push if dependabot build
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed Jan 25, 2024
1 parent 7f3d117 commit cd5cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
push: true
push: ${{ github.actor != 'dependabot[bot]' }}

0 comments on commit cd5cfa5

Please sign in to comment.