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 c1f2037Copy full SHA for c1f2037
.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
@@ -18,6 +18,7 @@ jobs:
uses: docker/setup-buildx-action@v1.3.0
19
20
21
22
23
24
0 commit comments