Skip to content

Commit

Permalink
Merge pull request #51 from devilbox/docker-build
Browse files Browse the repository at this point in the history
Use rebuild command instead of build
  • Loading branch information
cytopia authored Nov 6, 2022
2 parents 9ace628 + 401c9fe commit 9fee78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
retries: 10
pause: 5
command: |
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 }}
# ------------------------------------------------------------
# Test
Expand Down

0 comments on commit 9fee78e

Please sign in to comment.