|
@@ -22,6 +22,9 @@ env:
|
|
|
DESTDIR: "./bin"
|
|
DESTDIR: "./bin"
|
|
|
DOCKER_CLI_VERSION: "20.10.17"
|
|
DOCKER_CLI_VERSION: "20.10.17"
|
|
|
|
|
|
|
|
|
|
+permissions:
|
|
|
|
|
+ contents: read # to fetch code (actions/checkout)
|
|
|
|
|
+
|
|
|
jobs:
|
|
jobs:
|
|
|
prepare:
|
|
prepare:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
@@ -182,6 +185,9 @@ jobs:
|
|
|
make e2e-compose-standalone
|
|
make e2e-compose-standalone
|
|
|
|
|
|
|
|
release:
|
|
release:
|
|
|
|
|
+ permissions:
|
|
|
|
|
+ contents: write # to create a release (ncipollo/release-action)
|
|
|
|
|
+
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
needs:
|
|
needs:
|
|
|
- binary
|
|
- binary
|