Skip to content

Commit 4b0daca

Browse files
committed
Fix dev build args - remove invalid --tag argument
1 parent 27d66ac commit 4b0daca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-addon.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ jobs:
6767
--target aquable \
6868
--docker-hub ghcr.io/${{ github.repository_owner }} \
6969
--amd64 \
70-
--tag latest-dev \
71-
--version ${{ steps.version.outputs.version }}
70+
--test

0 commit comments

Comments
 (0)