We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca173fc commit f5e3af8Copy full SHA for f5e3af8
.github/workflows/container.yml
@@ -78,7 +78,7 @@ jobs:
78
${{ steps.build_image.outputs.image }}:${{ env.TEST_IMAGE_TAG }}
79
80
- name: Push To GHCR
81
- if: github.event_name == 'push'
+ if: (github.event_name == 'push') && (github.actor != 'dependabot[bot]')
82
uses: redhat-actions/push-to-registry@v2
83
id: push
84
with:
0 commit comments