Skip to content

Commit 9fee78e

Browse files
authored
Merge pull request #51 from devilbox/docker-build
Use rebuild command instead of build
2 parents 9ace628 + 401c9fe commit 9fee78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
retries: 10
164164
pause: 5
165165
command: |
166-
make build NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
166+
make rebuild NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
167167
168168
# ------------------------------------------------------------
169169
# Test

0 commit comments

Comments
 (0)