ci: build with feature
This commit is contained in:
parent
bf3837b44b
commit
a5804d0923
|
|
@ -90,6 +90,8 @@ jobs:
|
||||||
${{ env.IMAGE_NAME }}:${{ env.GIT_TAG }}-${{ matrix.job.name }}
|
${{ env.IMAGE_NAME }}:${{ env.GIT_TAG }}-${{ matrix.job.name }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
provenance: false
|
provenance: false
|
||||||
|
build-args: |
|
||||||
|
FEATURES=disable_access_control
|
||||||
|
|
||||||
- name: Logout from Docker Hub
|
- name: Logout from Docker Hub
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue