Remove privileged value
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.env
|
||||
pkg
|
||||
.secrets
|
||||
.idea
|
||||
|
||||
@@ -10,7 +10,6 @@ variables:
|
||||
steps:
|
||||
dryrun:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
dockerfile: *file
|
||||
platforms: linux/arm64/v8,linux/amd64
|
||||
@@ -23,7 +22,6 @@ steps:
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
dockerfile: *file
|
||||
platforms: linux/arm64/v8,linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user