We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622670e commit b571879Copy full SHA for b571879
.github/workflows/release-docker.yaml
@@ -27,7 +27,7 @@ jobs:
27
args: --print-resources-usage
28
29
build:
30
- name: "build ${{ matrix.Dockerfile }} -> ${{ matrix.target }} (suffix: ${{ matrix.suffix }}; "
+ name: "build ${{ matrix.Dockerfile }} -> ${{ matrix.target }}"
31
needs: lint
32
strategy:
33
fail-fast: false
.github/workflows/schedule-docker.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
0 commit comments