Skip to content

Commit f5e3af8

Browse files
committed
Skip push of new container images for dependabot
1 parent ca173fc commit f5e3af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
${{ steps.build_image.outputs.image }}:${{ env.TEST_IMAGE_TAG }}
7979
8080
- name: Push To GHCR
81-
if: github.event_name == 'push'
81+
if: (github.event_name == 'push') && (github.actor != 'dependabot[bot]')
8282
uses: redhat-actions/push-to-registry@v2
8383
id: push
8484
with:

0 commit comments

Comments
 (0)