mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Fix space issue in docker tag computation
This fixes image uploads in the Github action introduced in ddae1398f1
.
Co-authored-by: Benjamin Bannier <benjamin.bannier@corelight.com>
This commit is contained in:
parent
016ac0f199
commit
2734db2941
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
file: docker/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
zeekurity/${{ steps.target.outputs.tag}}
|
||||
zeekurity/${{ steps.target.outputs.tag }}
|
||||
|
||||
- name: Preserve artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue