Skip to content

Commit

Permalink
Merge pull request #728 from numerique-gouv/fix-attempt-ci-tests
Browse files Browse the repository at this point in the history
fix(ci): do not ask dependabot to push builded docker images
  • Loading branch information
rdubigny authored Oct 4, 2024
2 parents e6fdf8c + 2b54ef7 commit ebe9190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build image
uses: docker/build-push-action@v6
with:
push: true
push: ${{ github.actor != 'dependabot[bot]' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit ebe9190

Please sign in to comment.