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 0d6bc66 commit cab4665Copy full SHA for cab4665
.github/workflows/dockerimage.yaml
@@ -8,21 +8,10 @@ on:
8
paths:
9
- '.github/workflows/build.yaml'
10
- '.github/workflows/dockerimage.yaml'
11
- - '/utils/docker/**'
+ - 'utils/docker/**'
12
13
jobs:
14
build:
15
- strategy:
16
- matrix:
17
- include:
18
- - tag: latest
19
- dockerfile: Dockerfile
20
- - tag: i386
21
- dockerfile: Dockerfile.i386
22
- - tag: armhf
23
- dockerfile: Dockerfile.armhf
24
- - tag: arm64
25
- dockerfile: Dockerfile.arm64
26
if: github.event.repository.fork == false
27
runs-on: ubuntu-latest
28
steps:
0 commit comments