mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-19 17:16: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
|
||||
bucket_suffix: '-dev'
|
||||
version: ${{ needs.fetch-version.outputs.version }}
|
||||
tag: ${{ github.ref_name }}
|
||||
tag: master
|
||||
secrets: inherit
|
||||
|
||||
build-dev-docker-arm64:
|
||||
@ -83,12 +83,12 @@ jobs:
|
||||
arch: aarch64
|
||||
bucket_suffix: '-dev'
|
||||
version: ${{ needs.fetch-version.outputs.version }}
|
||||
tag: ${{ github.ref_name }}
|
||||
tag: master
|
||||
secrets: inherit
|
||||
|
||||
publish-dev-docker:
|
||||
needs: [fetch-version, build-dev-docker, build-dev-docker-arm64]
|
||||
uses: falcosecurity/falco/.github/workflows/reusable_publish_docker.yaml@master
|
||||
with:
|
||||
tag: ${{ github.ref_name }}
|
||||
tag: master
|
||||
secrets: inherit
|
||||
|
Loading…
Reference in New Issue
Block a user