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.
2 parents 9ace628 + 401c9fe commit 9fee78eCopy full SHA for 9fee78e
.github/workflows/docker-name-version-flavour-arch.yml
@@ -163,7 +163,7 @@ jobs:
163
retries: 10
164
pause: 5
165
command: |
166
- make build NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
+ make rebuild NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
167
168
# ------------------------------------------------------------
169
# Test
0 commit comments