mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-23 18:56:53 +00:00
update(ci): explicit branch name in action
Signed-off-by: Luca Guerra <luca@guerra.sh> Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
369f733a36
commit
fb8205a2f7
6
.github/workflows/master.yaml
vendored
6
.github/workflows/master.yaml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
arch: x86_64
|
arch: x86_64
|
||||||
bucket_suffix: '-dev'
|
bucket_suffix: '-dev'
|
||||||
version: ${{ needs.fetch-version.outputs.version }}
|
version: ${{ needs.fetch-version.outputs.version }}
|
||||||
tag: ${{ github.ref_name }}
|
tag: master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build-dev-docker-arm64:
|
build-dev-docker-arm64:
|
||||||
@ -83,12 +83,12 @@ jobs:
|
|||||||
arch: aarch64
|
arch: aarch64
|
||||||
bucket_suffix: '-dev'
|
bucket_suffix: '-dev'
|
||||||
version: ${{ needs.fetch-version.outputs.version }}
|
version: ${{ needs.fetch-version.outputs.version }}
|
||||||
tag: ${{ github.ref_name }}
|
tag: master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
publish-dev-docker:
|
publish-dev-docker:
|
||||||
needs: [fetch-version, build-dev-docker, build-dev-docker-arm64]
|
needs: [fetch-version, build-dev-docker, build-dev-docker-arm64]
|
||||||
uses: falcosecurity/falco/.github/workflows/reusable_publish_docker.yaml@master
|
uses: falcosecurity/falco/.github/workflows/reusable_publish_docker.yaml@master
|
||||||
with:
|
with:
|
||||||
tag: ${{ github.ref_name }}
|
tag: master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user