We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8752d18 commit 8c24775Copy full SHA for 8c24775
.github/workflows/kernel-push.yaml
@@ -12,6 +12,7 @@ jobs:
12
uses: actions/checkout@v2.3.5
13
14
- name: Login to quay.io
15
+ if: ${{ github.actor == "dependabot[bot]" }}
16
uses: docker/login-action@v1
17
with:
18
registry: quay.io
.github/workflows/push.yaml
@@ -1,6 +1,8 @@
1
name: For each commit
2
on:
3
push:
4
+ branches:
5
+ - main
6
paths-ignore:
7
- kernel/**
8
jobs:
@@ -18,6 +20,7 @@ jobs:
20
uses: docker/setup-buildx-action@v1.3.0
19
21
22
23
24
25
26
0 commit comments