Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): fixed github ref name.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
FedeDP authored and poiana committed Jan 16, 2023
1 parent 25657cd commit e4f5659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -33,5 +33,5 @@ jobs:
platforms: linux/amd64,linux/arm64
file: docker/Dockerfile
context: .
tags: falcosecurity/kernel-crawler:${{ github.event.release.name }},falcosecurity/kernel-crawler:latest
tags: falcosecurity/kernel-crawler:${{ github.ref_name }},falcosecurity/kernel-crawler:latest
push: true

0 comments on commit e4f5659

Please sign in to comment.